You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
32
32
-[Machine Learning Ops](#machine-learning-ops)
33
33
-[Build](#build)
34
34
-[Database](#database)
35
+
-[Networking](#networking)
35
36
-[Localization](#localization)
36
37
-[Fun](#fun)
37
38
-[Cheat Sheet](#cheat-sheet)
@@ -229,6 +230,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
229
230
-[Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
230
231
-[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.
231
232
-[Website to GIF](https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc.
233
+
-[Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows
232
234
233
235
#### Environments
234
236
@@ -282,6 +284,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
282
284
-[Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint)
283
285
-[autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8)
284
286
-[Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action)
287
+
-[Run `stolt/lean-package-validator` to ensure your package has only the required `runtime` artifacts](https://github.com/raphaelstolt/lean-package-validator-action)
285
288
-[Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action)
286
289
-[Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter)
287
290
-[Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint)
@@ -526,11 +529,16 @@ Set up your GitHub Actions workflow with a specific version of your programming
0 commit comments