Merge remote-tracking branch 'origin/loop-rewrite-testing' #171
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| - name: verify `lake exe dataflow-rewriter -h` works | |
| run: | | |
| lake exe dataflow-rewriter -h |