Skip to content

Commit

Permalink
require actions on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 16, 2024
1 parent 297037a commit 9ae5c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ branches:

required_status_checks:
strict: true
contexts: []
contexts: ["Rust", "Pre-Commit"]
required_linear_history: true
restrictions:
apps: []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit Hooks
name: Pre-Commit

on:
pull_request:
Expand Down

0 comments on commit 9ae5c59

Please sign in to comment.