Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: becwright
# The Marketplace caps description at 125 chars. The full rationale: a commit
# hook can be skipped with `git commit --no-verify`; a required CI check cannot —
# this closes that gap and makes the rules infrastructure, not a suggestion.
description: >-
Enforce BECs (Bound Executable Constraints) on the files a pull request changes.
A commit hook can be skipped with `git commit --no-verify`; a required CI check
cannot — so this closes that gap and makes the rules infrastructure, not a suggestion.
Enforce becwright rules (BECs) on the files a PR changes — a required CI check
that can't be skipped like a local hook.
author: DataDave-Dev
branding:
icon: shield
Expand Down
Loading