Skip to content

Commit

Permalink
Merge pull request #20 from OpenDataServices/2024-12-19
Browse files Browse the repository at this point in the history
GitHub CI: No cache, update V of checkout and setup-python
  • Loading branch information
R2ZER0 authored Dec 19, 2024
2 parents 1fb9069 + b08076d commit a94a441
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
restore-keys: |
${{ runner.os }}-pip-
- run: pip install -e .[dev]
- run: isort --check-only libcoveweb2 setup.py
- run: black --check libcoveweb2 setup.py
Expand Down

0 comments on commit a94a441

Please sign in to comment.