Skip to content

feat: becwright doctor + validate — diagnose the setup, lint the rules file #13

feat: becwright doctor + validate — diagnose the setup, lint the rules file

feat: becwright doctor + validate — diagnose the setup, lint the rules file #13

Workflow file for this run

# Dogfood the official becwright action on our own pull requests: it installs the
# checked-out becwright (version: .) and checks only the files this PR changes
# against the repo's own .bec/rules.yaml. This both verifies the action works and
# guards this repo the same way we ask others to guard theirs.
name: becwright
on:
pull_request:
jobs:
becwright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history so the merge-base with the PR base exists
- uses: ./
with:
version: .