Skip to content

Move bag and queues and tagger into components library, fix tt vs t, … #29

Move bag and queues and tagger into components library, fix tt vs t, …

Move bag and queues and tagger into components library, fix tt vs t, … #29

Workflow file for this run

name: CI
on:
push:
branches: ["main"] # replace "main" with the default branch
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# uses lean standard action with all default input values
- uses: leanprover/lean-action@v1