Skip to content

Update makeStyles.ts (linter) #2

Update makeStyles.ts (linter)

Update makeStyles.ts (linter) #2

Workflow file for this run

name: Lint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Run Lint
run: yarn lint:check