From 823f8860c55f5590dfdec47cb664f353811d426f Mon Sep 17 00:00:00 2001 From: chgl Date: Thu, 25 Jul 2024 19:53:39 +0200 Subject: [PATCH] ci: need lint before release --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a40fb713..2e754d7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,6 +162,7 @@ jobs: release: uses: miracum/.github/.github/workflows/standard-release.yaml@6e79e87ffce2b28fa1052cbe3ac78f9ab7a2ea77 # v1.11.3 needs: + - lint - build permissions: contents: write