Skip to content

Commit

Permalink
Chores (#1669)
Browse files Browse the repository at this point in the history
* Update GHA workflow

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* Update Makefile

Signed-off-by: Sora Morimoto <sora@morimoto.io>

---------

Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto authored Dec 3, 2024
1 parent 20d27bc commit 7768fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps: ## Install development dependencies

.PHONY: create_switch
create_switch:
opam switch create . 5.2.0 --no-install
opam switch create . 5.2.1 --no-install

.PHONY: switch
switch: create_switch deps ## Create an opam switch and install development dependencies
Expand Down

0 comments on commit 7768fd1

Please sign in to comment.