Skip to content

Commit

Permalink
.github/workflows/lint.yml: use make for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jul 8, 2023
1 parent 303a6fd commit b8b572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v3

- name: Check PODs for errors
run: podchecker *.pod
run: make -f utils.mk podchecker

# End of file.

0 comments on commit b8b572a

Please sign in to comment.