Skip to content

mv LICENSE.extra -> LICENSE.CC-BY-SA-3.0 #77

mv LICENSE.extra -> LICENSE.CC-BY-SA-3.0

mv LICENSE.extra -> LICENSE.CC-BY-SA-3.0 #77

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 POD file for syntax errors
run: make -f Makefile.lint podchecker
# End of file.