diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c8c2d2..d9092ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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.