Skip to content

Merge pull request #249 from rescriptbr/feat/improve-stuff #214

Merge pull request #249 from rescriptbr/feat/improve-stuff

Merge pull request #249 from rescriptbr/feat/improve-stuff #214

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14
- run: yarn install --pure-lockfile
- run: yarn res:setup