Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 1f628f3

Browse files
fix requirements
1 parent 0a5c9f3 commit 1f628f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
python-version: [ "3.8", "3.9", "3.10" ]
2626
steps:
27+
- uses: actions/checkout@v2
2728
- name: Set up Python ${{ matrix.python-version }}
2829
uses: actions/setup-python@v2
2930
with:

0 commit comments

Comments
 (0)