Skip to content

fix(review): grant checks and statuses read for the CI rollup #27

fix(review): grant checks and statuses read for the CI rollup

fix(review): grant checks and statuses read for the CI rollup #27

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 1
# First, because it is the check whose absence took the org down: a workflow that
# Actions cannot parse never starts, so the required check never reports and every pull
# request in the org blocks. Nothing else in this suite can see that -- the file is
# valid YAML and the shell runs it happily.
- name: Workflow validity
run: tests/workflow-lint-test.sh
- name: Review cycle counter
run: tests/review-cycle-test.sh
- name: Tool usage projection
run: tests/tool-usage-test.sh
- name: Frontloaded PR context
run: tests/pr-context-test.sh
- name: Context step end to end
run: tests/context-step-test.sh