Skip to content

Commit

Permalink
ci: fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joke committed Apr 2, 2022
1 parent 060e84a commit b75e48a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ branches:
required_status_checks:
strict: true
checks:
- context: pre-commit
app_id: 15368
- context: asdf plugin test (ubuntu-latest)
app_id: 15368
- context: asdf plugin test (macos-latest)
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: pre-commit

on:
pull_request:
push:
branches:
- master
- pull_request

jobs:
pre-commit:
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ repos:
ci:
autofix_commit_msg: 'chore: pre-commit auto fixes'
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
skip:
- shellcheck
- shfmt

0 comments on commit b75e48a

Please sign in to comment.