Skip to content

Refactors the Privacy modal component #27

Refactors the Privacy modal component

Refactors the Privacy modal component #27

Workflow file for this run

name: Lint and Type Check
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run lint and type check
run: npm run check