Skip to content

Display labels in modal instead of separate page #65

Display labels in modal instead of separate page

Display labels in modal instead of separate page #65

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm install
- name: Run TypeScript
run: npm run typecheck
- name: Run the linter
run: npm run lint