Skip to content

Merge pull request #759 from olaoluwaayanbola/main #6

Merge pull request #759 from olaoluwaayanbola/main

Merge pull request #759 from olaoluwaayanbola/main #6

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
name: Lint Before Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint