Skip to content

inserting program tokens at the beginning of the sequence when progra… #360

inserting program tokens at the beginning of the sequence when progra…

inserting program tokens at the beginning of the sequence when progra… #360

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
env:
RUFF_OUTPUT_FORMAT: github