We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761d01f commit fa9b510Copy full SHA for fa9b510
1 file changed
.github/workflows/lints.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
python-version: [3.9]
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v3
21
with:
@@ -26,4 +26,4 @@ jobs:
26
pip install flake8
27
- name: Analysing the code with flake8
28
run: |
29
- flake8 $(git ls-files '*.py')
+ flake8 $(git ls-files '*.py')
0 commit comments