Skip to content

Commit

Permalink
Test yarn build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Dec 15, 2023
1 parent 107655c commit bca3901
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build Development

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

jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: yarn install
- run: yarn build

0 comments on commit bca3901

Please sign in to comment.