Skip to content

Commit 4e28a41

Browse files
committed
wip
1 parent cd2d967 commit 4e28a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131

32-
- name: Run Flake8
32+
- name: Run Flake8 and dependencies
3333
run: |
3434
# Run flake8 against all files outside .git/ that `file` reports
3535
# as text/x-script.python
@@ -41,8 +41,8 @@ jobs:
4141
name: Install and run Pylint on Python scripts
4242
runs-on: ubuntu-latest
4343
steps:
44-
- name: Install Pylint
45-
run: sudo apt update && sudo apt -y install file pylint
44+
- name: Install Pylint and dependencies
45+
run: sudo apt update && sudo apt -y install file pylint python3-voluptuous
4646

4747
- uses: actions/checkout@v4
4848
with:

0 commit comments

Comments
 (0)