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 cd2d967 commit 4e28a41Copy full SHA for 4e28a41
.github/workflows/static-checks.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
32
- - name: Run Flake8
+ - name: Run Flake8 and dependencies
33
run: |
34
# Run flake8 against all files outside .git/ that `file` reports
35
# as text/x-script.python
@@ -41,8 +41,8 @@ jobs:
41
name: Install and run Pylint on Python scripts
42
runs-on: ubuntu-latest
43
steps:
44
- - name: Install Pylint
45
- run: sudo apt update && sudo apt -y install file pylint
+ - name: Install Pylint and dependencies
+ run: sudo apt update && sudo apt -y install file pylint python3-voluptuous
46
47
- uses: actions/checkout@v4
48
0 commit comments