这是indexloc提供的服务,不要输入任何密码
Skip to content

Initial

Initial #4

Workflow file for this run

name: main
on:
pull_request:
branches: [ main ]
jobs:
pre_commit_run:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0
unit_tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install clang-19 -y
- run: cmake -S . -B build && cmake --build build
- run: ./build/willow_test