Skip to content

Merge pull request #199 from aseure/master #41

Merge pull request #199 from aseure/master

Merge pull request #199 from aseure/master #41

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn run build:production
- run: yarn run lint