Skip to content

Add new words to cSpell dictionary, update button transitions, fix ty… #339

Add new words to cSpell dictionary, update button transitions, fix ty…

Add new words to cSpell dictionary, update button transitions, fix ty… #339

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn run lint