-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python-version matrix values + Remove typecheck.yml
- `python-version` matrix values should be strings. - Renamed `formatting.yml` to `pre-commit-checks.yml` since we are not just doing formatting checks now, but running multiple rules. - Removed `typecheck.yml` since now we execute pyright checks using pre-commit, so already covered by the pre-commit workflow.
- Loading branch information
Showing
3 changed files
with
12 additions
and
45 deletions.
There are no files selected for viewing
13 changes: 7 additions & 6 deletions
13
.github/workflows/formatting.yml → .github/workflows/pre-commit-checks.yml
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.