Skip to content

ci/clang: bump clang-18 and use ubuntu 24.04 #2727

ci/clang: bump clang-18 and use ubuntu 24.04

ci/clang: bump clang-18 and use ubuntu 24.04 #2727

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 {} +