Skip to content

Merge pull request #49 from MirzayevOrzu/patch-1 #79

Merge pull request #49 from MirzayevOrzu/patch-1

Merge pull request #49 from MirzayevOrzu/patch-1 #79

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Run ESLint & TypeScript compiler
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: yarn
- run: yarn install
- run: yarn lint