Skip to content

Redid the new court tagger with better UI #41

Redid the new court tagger with better UI

Redid the new court tagger with better UI #41

name: Lint Code
on:
push:
branches:
- '**' # This triggers the action on any branch
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx # Adjust extensions as needed