fix: release pipeline #133

Merged
jank merged 6 commits from fix-pipeline2 into main 2025-04-23 07:46:00 +00:00
Showing only changes of commit 1bd0de1737 - Show all commits

ci: add eslint installation to CI workflow
Some checks failed
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (pull_request) Failing after 28s
CI / prettier (pull_request) Successful in 30s
CI / Checkstyle Main (pull_request) Successful in 43s
CI / test-build (pull_request) Successful in 43s

Jan K9f 2025-04-23 09:37:24 +02:00
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

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