chore: enforce effect simplifications (#43979)

This commit is contained in:
Kit Langton
2026-08-21 15:48:27 -04:00
committed by GitHub
parent fa1b4ef7ec
commit e945ddf80e
57 changed files with 861 additions and 66 deletions
+8
View File
@@ -50,6 +50,14 @@ jobs:
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Test Effect simplification rules
if: runner.os == 'Linux'
run: bun run test:effect-simplification-rules
- name: Check Effect simplifications
if: runner.os == 'Linux'
run: bun run lint:effect-simplifications
- name: Configure git identity
run: |
git config --global user.email "bot@opencode.ai"