5
0
Fork 0
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:
Anthony Sottile 2021-08-16 14:26:45 -04:00 committed by GitHub
commit 9134626f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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]