Skip to content

Commit ac9305c

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 0e8fba5 commit ac9305c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v1
2626
- uses: actions/setup-python@v1
27-
- name: set PY
28-
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
29-
- uses: actions/cache@v1
30-
with:
31-
path: ~/.cache/pre-commit
32-
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
3327
- uses: pre-commit/[email protected]
3428
```
3529

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)