Skip to content

Commit

Permalink
build on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 4, 2024
1 parent 91b0722 commit 24d9d4a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,21 @@ jobs:
version: latest

- name: Run Biome
run: biome ci . # https://biomejs.dev/reference/cli/#biome-ci
run: biome ci . # https://biomejs.dev/reference/cli/#biome-ci
build:
needs: quality
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Install Dependencies
run: pnpm install

- name: Build Package
run: pnpm build

0 comments on commit 24d9d4a

Please sign in to comment.