fix: use nix packages for linting

This commit is contained in:
trev 2025-03-19 00:35:56 -04:00
parent 218da3aef8
commit 124ddc20df
2 changed files with 1 additions and 4 deletions

View File

@ -25,10 +25,6 @@ jobs:
with:
name: trevstack
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Install NPM Packages
working-directory: ./client
run: npm ci --legacy-peer-deps
- name: Lint
run: nix develop --command ts-lint

View File

@ -4,6 +4,7 @@ pnpm-lock.yaml
yarn.lock
# Build output
build
.svelte-kit
node_modules