From ed28d283b6b81deed253e9dea02549c52ca0854f Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Fri, 1 Nov 2024 12:01:30 +0100 Subject: [PATCH] Use awesome-lint directly --- .github/workflows/lint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e2f5f1b..7ab5ae6b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,5 +5,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1.0.0 - - uses: max/awesome-lint@v2.0.0 + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint