1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

ci: use actionlint on GHA workflows

- https://github.com/rhysd/actionlint is cool
This commit is contained in:
cn
2022-02-15 23:56:09 +01:00
committed by Christian Nicolai
parent 2838ad9eae
commit dbc61d72fb
4 changed files with 31 additions and 3 deletions

View File

@ -33,3 +33,13 @@ jobs:
- name: Lint and Test
run: |
bundle exec rake ci
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint