Skip to content

run on 22.04.

run on 22.04. #171

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-clang-format:
runs-on: ubuntu-2204
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-2204
steps:
- uses: actions/checkout@v4
- name: test
run: |
./bin/install-deps.sh && ./bin/build.sh && ./bin/test.sh