Skip to content

Makefile.lint: rm greplinks and curllinks from all target #10

Makefile.lint: rm greplinks and curllinks from all target

Makefile.lint: rm greplinks and curllinks from all target #10

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.