Skip to content

style: fix linter and apply linting rules #88

style: fix linter and apply linting rules

style: fix linter and apply linting rules #88

Workflow file for this run

name: Deploy
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: npm ci
- name: Build
run: npm run build