Skip to content

Commit fe83a53

Browse files
committed
fix CI
1 parent 6f631ae commit fe83a53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check types
1515
run: |
1616
bun install
17-
bun run eslint
17+
bun run compile
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Lint
2626
run: |
2727
bun install
28-
bun format
28+
bun run eslint
2929
3030
format:
3131
runs-on: ubuntu-latest
@@ -55,5 +55,5 @@ jobs:
5555
- name: Upload artifact
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: extension
58+
name: extension-${{GITHUB_SHA}}
5959
path: .output/extension.zip

0 commit comments

Comments
 (0)