Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add some CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jchonig committed Jul 6, 2024
1 parent 8764ae4 commit 4b2d248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- name: Run syntax-check
run: bin/run make syntax-check
- name: Run ansible-lint
run: bin/run make lint
run: |
mkdir -p ${HOME}/.cache/ansible-compat
bin/run make lint
...

0 comments on commit 4b2d248

Please sign in to comment.