Skip to content

Removed "package-lock.json" from biome.json ignore #33

Removed "package-lock.json" from biome.json ignore

Removed "package-lock.json" from biome.json ignore #33

Workflow file for this run

name: Lint and format check
on:
push:
pull_request:
jobs:
biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci .
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Run stylelint
run: pnpm run stylelint