Skip to content

Feature/refactoring add react router dom and instant search #2

Feature/refactoring add react router dom and instant search

Feature/refactoring add react router dom and instant search #2

Workflow file for this run

name: Code Quality
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run lint