Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/lean-proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ jobs:
lean docs/proofs/verification/WokeGrammarStructure.lean
echo "✅ WokeGrammarStructure.lean verified"

- name: Verify WokeGrammarRegular.lean (§7.1 not-regular: DFA + pigeonhole)
- name: "Verify WokeGrammarRegular.lean (§7.1 not-regular: DFA + pigeonhole)"
run: |
set -euo pipefail
lean docs/proofs/verification/WokeGrammarRegular.lean
echo "✅ WokeGrammarRegular.lean verified"

- name: Verify WokeGrammarCFL.lean (§7.3 CFL closure: union/concat/star)
- name: "Verify WokeGrammarCFL.lean (§7.3 CFL closure: union/concat/star)"
run: |
set -euo pipefail
lean docs/proofs/verification/WokeGrammarCFL.lean
echo "✅ WokeGrammarCFL.lean verified"

- name: Verify WokeGrammarPumping.lean (§7.3 non-closure: pumping foundation)
- name: "Verify WokeGrammarPumping.lean (§7.3 non-closure: pumping foundation)"
run: |
set -euo pipefail
lean docs/proofs/verification/WokeGrammarPumping.lean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
permissions:
contents: read
jobs:
scan:
scan:
# The reusable's gitleaks job requests pull-requests: write (PR summary
# comment) and actions: read (workflow-run metadata) at job level; the
# caller must grant at least that or the run startup-fails.
Expand Down
Loading