Skip to content

Asad: Eslint workflow added (#21) #9

Asad: Eslint workflow added (#21)

Asad: Eslint workflow added (#21) #9

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