From 34e82513e91fda0814ccc8add51339c23905ac75 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 14 Jul 2024 22:20:19 -0400 Subject: [PATCH] ci: nocommit detector --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd3a4f..0cfd22d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,10 @@ jobs: with: name: git-hly-${{ matrix.os.name }}-${{ github.sha }} path: result/bin/git-hly + + nocommit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: nobssoftware/nocommit@v2 + name: nocommit