Skip to content

Commit

Permalink
build gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesheesterman authored Nov 28, 2022
1 parent 82ad401 commit 7da96dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build
on:
pull_request:
branches: [main]
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build

0 comments on commit 7da96dd

Please sign in to comment.