Merge ed28d283b6b81deed253e9dea02549c52ca0854f into 0edccf33480b95bf7547b90187c31e9ab2cb070d

This commit is contained in:
Johannes Nicolai 2024-11-01 12:12:28 +01:00 committed by GitHub
commit d36a3df473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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