Skip to content

handbook.7.pod: note about tar.lz packages #6

handbook.7.pod: note about tar.lz packages

handbook.7.pod: note about tar.lz packages #6

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check PODs for errors
run: podchecker *.pod
# End of file.