From 300082f4353c0bcde70e2b3fa3d334b465e5fb28 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Dec 2025 06:59:38 +0000 Subject: [PATCH] Lint GitHub Actions --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 826362b..4a2b494 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 with: @@ -29,6 +32,7 @@ jobs: wait-for-all-lint: needs: + - actions - php - go runs-on: ubuntu-latest