ansible: migrate janus job to fqcn_mig #644
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "ShellCheck" | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: ShellCheck Harmonia Scripts | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup BATS | |
uses: mig4/setup-bats@v1 | |
with: | |
bats-version: 1.4.1 | |
- name: Check out code | |
uses: actions/checkout@v1 | |
- name: Run ShellCheck tests | |
run: ./tests/tests-suite.sh |