Skip to content

Implement Phase 1 lexer: Python 3.12 tokenizer #2

Implement Phase 1 lexer: Python 3.12 tokenizer

Implement Phase 1 lexer: Python 3.12 tokenizer #2

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: leanprover/lean-action@v1
with:
test: true