From a1317e5193667c772d154b0146762da17a9291e5 Mon Sep 17 00:00:00 2001 From: Kasper Marstal Date: Sun, 8 Sep 2024 10:09:16 +0200 Subject: [PATCH] ci: Fix naming of Conventional Commits job (#73) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f378cf9..ea9e7b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: cargo clippy --all-targets --no-default-features --features pg${{ matrix.pg }} -- -D warnings commitlint: runs-on: ubuntu-latest - name: Convention Commits + name: Conventional Commits steps: - name: Run commitlint uses: opensource-nepal/commitlint@v1