From fca62437cd5a37822f7acc46900a8757b3b0e329 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Dec 2025 06:55:17 +0000 Subject: [PATCH 1/2] Lint GitHub Actions --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3484c4e..33906c2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,9 @@ permissions: contents: read jobs: + actions: + uses: typisttech/.github/.github/workflows/lint-actions.yml@v3 + php: uses: typisttech/.github/.github/workflows/lint-php.yml@v3 From 2b3da2744b7a1c52861f84c790a42c7b1b8d2ba8 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Dec 2025 06:58:34 +0000 Subject: [PATCH 2/2] Add 'actions' to wait-for-all-lint dependencies --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 33906c2..c6debbb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,6 +30,7 @@ jobs: wait-for-all-lint: needs: + - actions - php - go runs-on: ubuntu-latest