Skip to content

config.mk: bump version to 1.22 #11

config.mk: bump version to 1.22

config.mk: bump version to 1.22 #11

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