mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-04-23 08:39:15 -04:00
Merge ed28d283b6b81deed253e9dea02549c52ca0854f into 0edccf33480b95bf7547b90187c31e9ab2cb070d
This commit is contained in:
commit
d36a3df473
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user