Keep GitHub Actions up to date with GitHub's Dependabot #92
check-code-and-run-tests.yml
on: pull_request
ruff
6s
Matrix: build
Annotations
4 errors and 2 warnings
Ruff (E721):
bin/mc.py#L604
bin/mc.py:604:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
bin/mc.py#L609
bin/mc.py:609:14: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
system/shruntime.py#L413
system/shruntime.py:413:37: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
ruff
Process completed with exit code 1.
|
ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|