fix: we don't need lint or build on this repo
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 13s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:08:31 -08:00
parent 46841ec383
commit f4d74be56d
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -28,12 +28,6 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Lint Source Files
run: pnpm run lint
- name: Verify Build
run: pnpm run build
- name: Run Tests
run: pnpm run test