Skip to content

Commit

Permalink
make lint ci faster by not building rtoml (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Dec 9, 2024
1 parent 70ac1e1 commit 833daa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,11 @@ jobs:
extra_args: --all-files --verbose
env:
SKIP: no-commit-to-branch
UV_NO_SYNC: '1'

- run: make typecheck
env:
UV_NO_SYNC: '1'

# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check:
Expand Down

0 comments on commit 833daa2

Please # to comment.