Skip to content

Switch to Bazel

Switch to Bazel #59

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]