From 148ec7310e2a3a9cc3dd57c3842911c67373552c Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 23 Jul 2023 10:43:52 -0500 Subject: [PATCH] removes duplicate lint workflow --- .github/workflows/semantic-pr.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/semantic-pr.yml diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml deleted file mode 100644 index 8b26fa4..0000000 --- a/.github/workflows/semantic-pr.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Lint - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -jobs: - semantic-pr: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5.2.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - validateSingleCommit: true