From 0fbcfa12a609ad482c754575e7f7bebe88a68d96 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 31 Oct 2023 17:47:29 -0600 Subject: [PATCH] rename new workflow --- .github/workflows/json-yaml-validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index bd7457c..5e593d2 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -1,4 +1,4 @@ -name: actions-config-validation +name: json-yaml-validate on: push: branches: @@ -11,12 +11,12 @@ permissions: pull-requests: write # enable write permissions for pull request comments jobs: - actions-config-validation: + json-yaml-validate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: actions-config-validation + - name: json-yaml-validate uses: GrantBirki/json-yaml-validate@3add42f5fa8bfff04a3fe664d27a316736257ef1 # pin@v2.3.1 with: comment: "true" # enable comment mode