build: add eslint and prettier to CI
All checks were successful
TrafficCue CI / check (push) Successful in 49s
TrafficCue CI / build (push) Successful in 43s

This commit is contained in:
Cfp
2025-06-22 17:54:16 +02:00
parent f2348873fd
commit aad5a5829d

View File

@ -10,6 +10,8 @@ jobs:
- name: Install dependencies
run: bun i
- run: bun run check
- run: bunx eslint
- run: bunx prettier --check .
build:
runs-on: ubuntu-latest