Skip to content

ci/build: remove Ubuntu 20.04, add 24.04, use GCC 14 on 24.04 (#1210) #2655

ci/build: remove Ubuntu 20.04, add 24.04, use GCC 14 on 24.04 (#1210)

ci/build: remove Ubuntu 20.04, add 24.04, use GCC 14 on 24.04 (#1210) #2655

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://raw.githubusercontent.com/baresip/baresip/main/test/ccheck.py"
python3 ccheck.py
- name: CMakeLint
run: |
pip install cmakelint
find . -name "CMakeLists.txt" -exec ~/.local/bin/cmakelint {} +