Skip to content

Fix publish workflow #105

Fix publish workflow

Fix publish workflow #105

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint