Skip to content

handbook.7.pod: s/zhandbook/handbook/ #15

handbook.7.pod: s/zhandbook/handbook/

handbook.7.pod: s/zhandbook/handbook/ #15

Workflow file for this run

name: Lint CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check PODs for syntax errors
run: make -f Makefile.lint podchecker
# End of file.