Skip to content

worflow fixed

worflow fixed #7

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Run linting
run: yarn lint