Skip to content

Commit

Permalink
Merge pull request #103 from CannonLock/test-yarn-build
Browse files Browse the repository at this point in the history
Test yarn build on PR
  • Loading branch information
CannonLock authored Dec 18, 2023
2 parents 107655c + a9bad69 commit 1a1b4b3
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: Test Website Build

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 1a1b4b3

Please sign in to comment.