From cf46713d862707553d6e3335466d19ca34e2dd6b Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 1 Nov 2023 14:53:57 -0600 Subject: [PATCH] remove duplicate workflow --- .github/config/exclude.txt | 2 -- .github/workflows/json-yaml-validate.yml | 23 ----------------------- 2 files changed, 25 deletions(-) delete mode 100644 .github/config/exclude.txt delete mode 100644 .github/workflows/json-yaml-validate.yml diff --git a/.github/config/exclude.txt b/.github/config/exclude.txt deleted file mode 100644 index a873322..0000000 --- a/.github/config/exclude.txt +++ /dev/null @@ -1,2 +0,0 @@ -# gitignore style exclude file for the GrantBirki/json-yaml-validate Action -.github/ diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml deleted file mode 100644 index 5e593d2..0000000 --- a/.github/workflows/json-yaml-validate.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: json-yaml-validate -on: - push: - branches: - - main - pull_request: - workflow_dispatch: - -permissions: - contents: read - pull-requests: write # enable write permissions for pull request comments - -jobs: - json-yaml-validate: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@3add42f5fa8bfff04a3fe664d27a316736257ef1 # pin@v2.3.1 - with: - comment: "true" # enable comment mode - exclude_file: ".github/config/exclude.txt"