From 6f39c965c73891531f9f682c130ea630ff9e701e Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 1 Sep 2020 16:35:51 +0200 Subject: [PATCH] No need to rely on intermediary action: run awesome-lint directly. As suggested in official doc at: https://github.com/sindresorhus/awesome-lint/commit/8185b1176a2d2868ca13b1c80f3bdf4c9152fe1d --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e88d0af..2a1e02e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,4 +26,4 @@ jobs: with: # Fetch all history to please linter's age checks. fetch-depth: 0 - - uses: max/awesome-lint@v2.0.0 + - uses: npx awesome-lint