There was an error while loading. Please reload this page.
1 parent 7f30ce3 commit a7d9d5aCopy full SHA for a7d9d5a
1 file changed
.github/workflows/check.yml
@@ -46,7 +46,7 @@ jobs:
46
# Install TypeScript and Biome globally as a workaround
47
# See: https://github.com/ton-ai-core/vibecode-linter/issues (pending issue)
48
- name: Install global linter dependencies
49
- run: npm install -g typescript @biomejs/biome
+ run: npm install -g typescript @biomejs/biome@2.3.11
50
- run: pnpm lint
51
52
test:
@@ -59,7 +59,7 @@ jobs:
59
uses: ./.github/actions/setup
60
# vibecode-linter uses npx internally for dependency checks (lint:tests runs first)
61
62
63
- run: pnpm test
64
65
lint-effect:
0 commit comments