We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d98f3 commit 2d2018aCopy full SHA for 2d2018a
1 file changed
.github/workflows/check.yml
@@ -51,8 +51,7 @@ jobs:
51
- name: Install global linter dependencies
52
run: npm install -g typescript @biomejs/biome
53
- run: pnpm lint
54
- - name: Lint (lib, informational)
55
- continue-on-error: true
+ - name: Lint (lib)
56
run: pnpm --filter @effect-template/lib lint
57
58
test:
0 commit comments