Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Dec 3, 2024
1 parent 20d27bc commit 9602fdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
permissions: read-all

jobs:
build:
build-and-test:
permissions:
attestations: write
contents: write
Expand All @@ -32,7 +32,9 @@ jobs:
- run: corepack enable

- name: Install dependencies
run: make deps
run: |
yarn install --immutable
opam install . --deps-only --with-test
- name: Run Biome checks
run: yarn lint
Expand Down

0 comments on commit 9602fdc

Please sign in to comment.