mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
move typechecking to lint-format (#2526)
This commit is contained in:
9
.github/workflows/lint-format.yml
vendored
9
.github/workflows/lint-format.yml
vendored
@@ -109,3 +109,12 @@ jobs:
|
||||
echo "::error ::Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
|
||||
exit $exit_code
|
||||
fi
|
||||
- name: Run Typechecking
|
||||
run: |
|
||||
set +e
|
||||
pnpm run type-check
|
||||
exit_code=$?
|
||||
if test "$exit_code" -ne "0"; then
|
||||
echo "::error ::Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
|
||||
exit $exit_code
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user