Skip to content

Commit

Permalink
lint.yml: fix pod checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 20, 2023
1 parent 44bd905 commit d19e089
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 @@ -17,6 +17,6 @@ jobs:
run: make pod

- name: Check POD file for syntax errors
run: podchecker handbook.7.pod
run: make -f Makefile.lint podchecker

# End of file.

0 comments on commit d19e089

Please sign in to comment.