Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Prettier Integration #11

Prettier Integration

Prettier Integration #11

Workflow file for this run

name: Linter
on:
push:
branches: main
pull_request:
branches: main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: install dependencies
run: npm ci
- name: run linter
run: npm run lint