Archipelago/.github/workflows
Doug Hoskisson 30cdde8605
CI: pyright in github actions (#3121)
* CI: strict mypy check in github actions

mypy_files.txt is a list of files that will fail the CI if mypy finds errors in them

* don't need these

* `Any` should be a way to silence the type checker

* restrict return Any

* CI: pyright in github actions

* fix mistake in translating from mypy

* missed another change from mypy to pyright

* pin pyright version

* add more paths that should trigger check

* use Python instead of bash

* type error for testing CI

* Revert "type error for testing CI"

This reverts commit 99f65f3dadf67fb18b6bbee90bd77d8dbd10f9f9.

* oops

* don't need to redirect output
2024-04-16 23:03:30 +02:00
..
analyze-modified-files.yml CI: update actions (#2943) 2024-03-13 08:25:51 +01:00
build.yml CI: update actions (#2943) 2024-03-13 08:25:51 +01:00
codeql-analysis.yml CI: update actions (#2943) 2024-03-13 08:25:51 +01:00
label-pull-requests.yml CI: Don't auto-remove content based labels (#2941) 2024-03-12 09:11:13 +01:00
release.yml CI: update actions (#2943) 2024-03-13 08:25:51 +01:00
scan-build.yml CI: add static analysis for native code / cython (#2852) 2024-02-23 10:11:00 +01:00
strict-type-check.yml CI: pyright in github actions (#3121) 2024-04-16 23:03:30 +02:00
unittests.yml CI: update actions (#2943) 2024-03-13 08:25:51 +01:00