mirror of
https://github.com/pre-commit/action.git
synced 2025-11-09 03:26:56 +00:00
Deployed to github pages
This commit is contained in:
parent
0e8fba5d1e
commit
ac9305cec3
2 changed files with 2 additions and 8 deletions
|
|
@ -24,12 +24,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
- name: set PY
|
|
||||||
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
|
|
||||||
- uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: ~/.cache/pre-commit
|
|
||||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
|
||||||
- uses: pre-commit/action@v1.1.1
|
- uses: pre-commit/action@v1.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
4
dist/index.js
vendored
4
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue