Skip to content

Commit

Permalink
ci: check build
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Apr 25, 2024
1 parent dd528ad commit 84ad5d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
- push
- pull_request

jobs:
install:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- run: pnpm -r build

0 comments on commit 84ad5d1

Please sign in to comment.