ci: remove eslint installation from CI workflow
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (pull_request) Successful in 29s
CI / Checkstyle Main (pull_request) Successful in 44s
CI / prettier (pull_request) Successful in 42s
CI / test-build (pull_request) Successful in 44s

This commit is contained in:
Jan K9f 2025-04-23 09:43:45 +02:00
parent 465967ce73
commit ed2d512cb0
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -98,7 +98,6 @@ jobs:
run: |
cd frontend
bun install
- run: bun install eslint
- name: Run Eslint
run: |
cd frontend