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 ed2d512cb0 - Show all commits

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

Jan K9f 2025-04-23 09:43:45 +02:00
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