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 24d472b commit ad7e423Copy full SHA for ad7e423
.github/workflows/build.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Run linters
50
working-directory: .
51
run: |
52
+ poetry install
53
chmod +x conf/run_linters.sh
54
conf/run_linters.sh
55
#- name: Cache SonarQube packages
0 commit comments