Skip to content

Merge pull request #91 from tradewind886/patch-1 #163

Merge pull request #91 from tradewind886/patch-1

Merge pull request #91 from tradewind886/patch-1 #163

Workflow file for this run

name: Run Checks
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn lint
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn check