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.
2 parents 1fb9069 + b08076d commit a94a441Copy full SHA for a94a441
.github/workflows/lint.yml
@@ -5,18 +5,12 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
9
- name: Setup python
10
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
11
with:
12
python-version: 3.9
13
architecture: x64
14
- - uses: actions/cache@v1
15
- with:
16
- path: ~/.cache/pip
17
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
18
- restore-keys: |
19
- ${{ runner.os }}-pip-
20
- run: pip install -e .[dev]
21
- run: isort --check-only libcoveweb2 setup.py
22
- run: black --check libcoveweb2 setup.py
0 commit comments