Skip to content

Update to handle Rumble change #40

Update to handle Rumble change

Update to handle Rumble change #40

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: "yarn"
- name: Install project dependencies
run: yarn
- name: Run All Lint Commands
run: yarn run lint