Skip to content

Commit

Permalink
Merge pull request #155 from ai16z/sirkitree-patch-2
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
lalalune authored Nov 1, 2024
2 parents 035b4ea + ffe3259 commit 62bfb3f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
name: ci

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
with:
version: 9.4.0


- uses: actions/setup-node@v4
with:
node-version: '23'
cache: 'pnpm'

- name: Install dependencies
run: pnpm i

- name: Run Prettier
run: pnpm run prettier --check .

- name: Build packages
run: pnpm run build

0 comments on commit 62bfb3f

Please sign in to comment.