From d79b73b1094daeb51c797023e159f497fdd29e8d Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Fri, 1 Nov 2024 11:44:11 +0100 Subject: [PATCH 1/2] Fix awesome-lint CI * add punctuation (full stop) in line 234 to make CI work again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f38a630..b28a21b 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. - [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. - [Website to GIF](https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc. -- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows +- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows. #### Environments From ed28d283b6b81deed253e9dea02549c52ca0854f Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Fri, 1 Nov 2024 12:01:30 +0100 Subject: [PATCH 2/2] 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 5e2f5f1..7ab5ae6 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