Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from xfix/build-job
Browse files Browse the repository at this point in the history
Create build job
  • Loading branch information
KamilaBorowska committed May 29, 2022
2 parents 80b754e + 66f8d58 commit f9ae9d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build

0 comments on commit f9ae9d0

Please sign in to comment.