diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/code-check.yml similarity index 89% rename from .github/workflows/pythonapp.yml rename to .github/workflows/code-check.yml index 01b74635..71442717 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/code-check.yml @@ -22,6 +22,7 @@ jobs: - name: Run source code analysis and code format run: | pre-commit run --all - - name: Run checks + - name: Run typing tests //will not raise + continue-on-error: true run: | python checks.py --since origin/master --typing