mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-04-09 17:39:14 -04:00
fix: apply linter fixes
This commit is contained in:
parent
ccc6801253
commit
d597feaaf0
10
README.md
10
README.md
@ -4,7 +4,9 @@
|
||||
<br>
|
||||
</p>
|
||||
|
||||
# Awesome Actions [](https://github.com/sindresorhus/awesome) [<!--lint ignore no-dead-urls-->](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
|
||||
# Awesome Actions
|
||||
|
||||
[](https://awesome.re)
|
||||
|
||||
> A curated list of awesome things related to GitHub Actions.
|
||||
|
||||
@ -229,9 +231,9 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug.
|
||||
- [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
|
||||
- [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.
|
||||
- [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.
|
||||
- [Draw.io Export Action](https://github.com/rlespinasse/drawio-export-action) - Recursively export Draw.io Files to multiple formats.
|
||||
|
||||
#### Environments
|
||||
@ -376,7 +378,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action)
|
||||
- [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine)
|
||||
- [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle)
|
||||
- [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers.
|
||||
- [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers.
|
||||
- [Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer) - Enforces description on pull requests.
|
||||
|
||||
### GitHub Pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user