dont publish if lint fails

This commit is contained in:
2025-08-31 18:21:05 +02:00
parent 90d32e29f4
commit a15ed45b53

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