Skip to content

Try debugging MacOS build #202

Try debugging MacOS build

Try debugging MacOS build #202

Workflow file for this run

---
name: Code style
on:
push:
branches:
- master
pull_request:
jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- name: Check Python/C style
run: |
nix develop --command ci-helper format-c format-python
git diff --exit-code