From 9561268ebfcebd241ca269c07a45ec3e996e245f Mon Sep 17 00:00:00 2001 From: Taiki Ono Date: Fri, 25 Apr 2025 16:23:26 +0900 Subject: [PATCH] gha-lint for this repository Signed-off-by: Taiki Ono --- .github/workflows/{test-gha-lint.yml => call-gha-lint.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/workflows/{test-gha-lint.yml => call-gha-lint.yml} (86%) diff --git a/.github/workflows/test-gha-lint.yml b/.github/workflows/call-gha-lint.yml similarity index 86% rename from .github/workflows/test-gha-lint.yml rename to .github/workflows/call-gha-lint.yml index 669adee..5b602ff 100644 --- a/.github/workflows/test-gha-lint.yml +++ b/.github/workflows/call-gha-lint.yml @@ -1,3 +1,4 @@ +# This workflow is for newly created workflows. And also tests gha-lint itself. on: # By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened. # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request @@ -9,9 +10,6 @@ on: - reopened # Manually trigger this workflow to pass required status check - ready_for_review - paths: - - ".github/workflows/gha-lint.yml" - - ".github/workflows/test-gha-lint.yml" jobs: call-gha-lint: permissions: