Skip to content

Commit

Permalink
chore: add new github action build_test
Browse files Browse the repository at this point in the history
  • Loading branch information
smarcet committed Jul 1, 2024
1 parent 50bf097 commit c9f2095
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build_test

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
- run: yarn build

0 comments on commit c9f2095

Please sign in to comment.