dont publish if lint fails

This commit is contained in:
2025-08-31 18:22:15 +02:00
parent 2b21310dfb
commit 2c805ab513
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: biome ci .
create-and-publish-docker-image:
needs: [build]
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4