Skip to content

Fix shellcheck issues in hosts-yaml-to-aaaa #20

Fix shellcheck issues in hosts-yaml-to-aaaa

Fix shellcheck issues in hosts-yaml-to-aaaa #20

Workflow file for this run

---
name: ci
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: unit- and integration tests
run: |
make test-unit
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Static checks
run: |
sudo apt-get install shellcheck
make checkstyle