From b92d3d8bd708f191b6e64c6f315d7c42a76f8e88 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Dec 2025 06:57: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 e70f431..ddaeabc 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 9eabdc5f892d938fdd9a42683f1f31753e5ba36d Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Dec 2025 07:01:52 +0000 Subject: [PATCH 2/2] Add 'actions' dependency to wait-for-all-lint job --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ddaeabc..b90f9a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,6 +25,7 @@ jobs: wait-for-all-lint: needs: + - actions - php runs-on: ubuntu-latest steps: