Skip to content

Commit

Permalink
Add github actions (#34)
Browse files Browse the repository at this point in the history
close #18
  • Loading branch information
edudepetris authored Oct 29, 2021
1 parent 7e812d0 commit 1ca0f9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: main
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10.15'
- run: yarn install
- run: yarn test

0 comments on commit 1ca0f9f

Please sign in to comment.