Skip to content

Merge pull request #27 from IQTLabs/sigmfv #166

Merge pull request #27 from IQTLabs/sigmfv

Merge pull request #27 from IQTLabs/sigmfv #166

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: clang-format
run: |
sudo apt-get -yq update && sudo apt-get -yq install clang-format python3-pip && pip3 install cmake_format && ./bin/run_c_format.sh lib
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
run: |
./bin/install-deps.sh && ./bin/build.sh && ./bin/test.sh