Skip to content

Remove LLVM 13 support on macOS #18

Remove LLVM 13 support on macOS

Remove LLVM 13 support on macOS #18

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- run: pip install -r requirements.txt
- run: ./infrastructure/generator.py all
- run: git diff --exit-code