Skip to content

Commit

Permalink
feat: add github actions for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobioz committed Jun 14, 2021
1 parent b4d72a7 commit 29a7494
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,13 @@
name: "Build"
on:
pull_request:
push:


jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build

0 comments on commit 29a7494

Please sign in to comment.