Add GitHub Actions workflow for linting and type checking #1
lint.yml
on: push
Ruff Linting
8s
Black Formatting
7s
Mypy Type Checking
10s
Annotations
2 errors and 3 warnings
Mypy Type Checking
Process completed with exit code 1.
|
Black Formatting
Process completed with exit code 1.
|
Ruff Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Mypy Type Checking
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Black Formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|