Skip to content

earley: minor speedups #10

earley: minor speedups

earley: minor speedups #10

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1
- name: run linter
run: make ruff