Skip to content

test: init err to 0 in sdp test (cppcheck) (#959) #1711

test: init err to 0 in sdp test (cppcheck) (#959)

test: init err to 0 in sdp test (cppcheck) (#959) #1711

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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 {} +