There was an error while loading. Please reload this page.
1 parent 6f631ae commit fe83a53Copy full SHA for fe83a53
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Check types
15
run: |
16
bun install
17
- bun run eslint
+ bun run compile
18
lint:
19
runs-on: ubuntu-latest
20
steps:
@@ -25,7 +25,7 @@ jobs:
25
- name: Lint
26
27
28
- bun format
+ bun run eslint
29
30
format:
31
@@ -55,5 +55,5 @@ jobs:
55
- name: Upload artifact
56
uses: actions/upload-artifact@v4
57
with:
58
- name: extension
+ name: extension-${{GITHUB_SHA}}
59
path: .output/extension.zip
0 commit comments