Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 29, 2024
1 parent 59e1824 commit 34a8c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
yarn install --immutable
opam install . --deps-only --with-test
- name: Run Biome checks
- name: Run biome checks
run: yarn lint

- name: Build and Package extension
- name: Build and package extension
run: opam exec -- make pkg

- name: Generate artifact attestation
Expand Down

0 comments on commit 34a8c1c

Please sign in to comment.