Skip to content

config.mk: bump version: 1.2.2 -> 2.0.0 #45

config.mk: bump version: 1.2.2 -> 2.0.0

config.mk: bump version: 1.2.2 -> 2.0.0 #45

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: Make POD file
run: make pod
- name: Check POD file for syntax errors
run: podchecker handbook.7.pod
# End of file.