Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/add_precommit' into…
Browse files Browse the repository at this point in the history
… add_precommit
  • Loading branch information
Boris committed Apr 26, 2024
2 parents 612ec7b + a5cdeb3 commit e929a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]

jobs:
run-pre-commit:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 2

steps:
Expand All @@ -20,4 +20,4 @@ jobs:
run: pip install pre-commit

- name: Run pre-commit Hooks
run: pre-commit run --all-files
run: pre-commit run --all-files

0 comments on commit e929a80

Please sign in to comment.