From d702e935db4876b7ba9c46754538e133ba49976d Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sun, 20 Aug 2023 14:21:02 +0100 Subject: [PATCH] ci: improving GitHub Action Check names --- .github/workflows/conventional-commits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 7e99ae3..86c91c6 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -20,6 +20,7 @@ jobs: - name: Linting commits. run: earthly --ci +conventional-commits-linting --from_reference "origin/${{ github.base_ref }}" Next-Version: + name: Next Version runs-on: ubuntu-latest steps: - name: Download Earthly v0.7.17.