Skip to content

More WIP how it works #24

More WIP how it works

More WIP how it works #24

Workflow file for this run

name: Clang
on:
pull_request:
push:
jobs:
clang-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check