From 5d65341de7437d1ae58d3b2ed062ec842d9843b3 Mon Sep 17 00:00:00 2001 From: Enoch R Lindeman Date: Fri, 13 Sep 2024 09:33:44 -0700 Subject: [PATCH] Delete .github/workflows/enforce-signed-commits.yml --- .github/workflows/enforce-signed-commits.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/enforce-signed-commits.yml diff --git a/.github/workflows/enforce-signed-commits.yml b/.github/workflows/enforce-signed-commits.yml deleted file mode 100644 index 81585fc64..000000000 --- a/.github/workflows/enforce-signed-commits.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Enforce Signed Commits - -on: - pull_request: - branches: ['main', 'master', '**'] - -jobs: - enforce_signed_commits: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Enforce Signed Commits - uses: webfactory/commitlint-action@v3 - with: - commitlint_config: https://raw.githubusercontent.com/webfactory/commitlint-config-gpg-verified/master/index.js