mirror of
https://github.com/pre-commit/action.git
synced 2025-11-08 11:16:55 +00:00
Merge pull request #117 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
9134626f55
2 changed files with 4 additions and 4 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -9,9 +9,9 @@ jobs:
|
||||||
name: pr
|
name: pr
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v2
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v2
|
||||||
- run: pip install virtualenv
|
- run: pip install virtualenv
|
||||||
- run: make
|
- run: make
|
||||||
- name: self test newly built action
|
- name: self test newly built action
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ repos:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v7.32.0
|
rev: v8.0.0-beta.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue