Skip to content

Commit

Permalink
Merge pull request #322 from pylast/pre-commit-cache
Browse files Browse the repository at this point in the history
GHA: Fix lint cache
  • Loading branch information
hugovk committed Mar 4, 2020
2 parents d367d91 + 7005dbc commit 0f80585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: lint-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
key: lint-pre-commit-v1-${{ hashFiles('**/.pre-commit-config.yaml') }}
restore-keys: |
lint-pre-commit-
lint-pre-commit-v1-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ def local_scheme(version):
"Programming Language :: Python :: Implementation :: PyPy",
],
)

# End of file

0 comments on commit 0f80585

Please sign in to comment.