Skip to content

ignore branches condition removed #8

ignore branches condition removed

ignore branches condition removed #8

Workflow file for this run

name: Lint
on:
push:
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