From d6e5ded76fb9717305386c143161be5b5522256f Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Tue, 12 Mar 2024 12:02:35 -0400 Subject: [PATCH] chore: remove redundant workflow Signed-off-by: Jawad Tariq --- .github/workflows/contract-pr-checking.yml | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/contract-pr-checking.yml diff --git a/.github/workflows/contract-pr-checking.yml b/.github/workflows/contract-pr-checking.yml deleted file mode 100644 index 623681864..000000000 --- a/.github/workflows/contract-pr-checking.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Checking PR semantic - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -jobs: - title: - name: Validate PR title - runs-on: ubuntu-latest-16-core - steps: - - uses: amannn/action-semantic-pull-request@v4 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - commits: - name: Validate PR commits - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5