Skip to content

ci: use github actions instead of travis #4

ci: use github actions instead of travis

ci: use github actions instead of travis #4

Workflow file for this run

on:
push:
branches: [ "next" ]
pull_request:
branches: [ "next" ]
jobs:
build:
container: node:12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ls -la
- run: yarn --frozen-lockfile
- run: yarn build:lib