We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aced8ce commit 29827daCopy full SHA for 29827da
.github/workflows/accuracy_checker.yml
@@ -27,7 +27,7 @@ jobs:
27
PYTHONPATH=. python -m pylint --rcfile=.pylintrc `find -wholename '?*/**/*.py' -not -path "./tests/*" -not -path "./build/*"`
28
29
check-basics:
30
- runs-on: ubuntu-lastest
+ runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v3
33
- uses: actions/setup-python@v4
0 commit comments