ci(style): lint

This commit is contained in:
Alexander Zeitler 2021-04-10 23:27:31 +02:00
parent bf8210ae9b
commit 8d3c162015

View file

@ -5,6 +5,16 @@ on:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-18.04
name: Lint
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-18.04
name: Test
@ -14,4 +24,4 @@ jobs:
with:
node-version: '12'
- run: yarn
- run: yarn test
- run: yarn test