mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
f4f8130edf
19
README.md
19
README.md
@ -4,7 +4,7 @@
|
||||
<br>
|
||||
</p>
|
||||
|
||||
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) <!--lint ignore no-dead-urls--> [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
|
||||
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [<!--lint ignore no-dead-urls-->![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
|
||||
|
||||
> A curated list of awesome things related to [GitHub Actions](https://github.com/actions).
|
||||
|
||||
@ -112,6 +112,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release)
|
||||
- [GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus) - Automate GitHub Project cards with any webhook event.
|
||||
- [Run GitHub Actions Locally with a web interface](https://github.com/phishy/wflow)
|
||||
- [Run GitHub Actions Locally in Terminal](https://github.com/nektos/act)
|
||||
- [Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk)
|
||||
- [Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number)
|
||||
- [Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action)
|
||||
@ -123,7 +124,9 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action)
|
||||
- [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader)
|
||||
- [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it)
|
||||
- [Test GitHub Actions Locally](https://github.com/nektos/act)
|
||||
- [Rollback a GitHub Release](https://github.com/author/action-rollback)
|
||||
- [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads)
|
||||
- [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action)
|
||||
|
||||
### Collection of Actions
|
||||
|
||||
@ -168,11 +171,13 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name)
|
||||
- [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug)
|
||||
- [awesome-lint as a GitHub Action](https://github.com/max/awesome-lint)
|
||||
- [Action to lint Awesome lists](https://github.com/squadcastHQ/awesome-lint-action) - Uses [awesome-lint](https://github.com/sindresorhus/awesome-lint) to lint awesome lists as an Action.
|
||||
- [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action)
|
||||
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)
|
||||
- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files.
|
||||
- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files.
|
||||
- [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates.
|
||||
- [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps.
|
||||
- [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders.
|
||||
|
||||
#### Environments
|
||||
|
||||
@ -197,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga)
|
||||
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
|
||||
- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer)
|
||||
- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec)
|
||||
- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec)
|
||||
|
||||
#### Testing
|
||||
|
||||
@ -238,6 +243,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action)
|
||||
- [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint)
|
||||
- [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher)
|
||||
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
|
||||
|
||||
#### Security
|
||||
|
||||
@ -253,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action)
|
||||
- [Send your code coverage to codecov.io](https://github.com/codecov/codecov-action)
|
||||
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
|
||||
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
|
||||
|
||||
### Monitoring
|
||||
|
||||
@ -346,6 +353,9 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
|
||||
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
|
||||
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
|
||||
- [Publish one or more JS modules to a registry](https://github.com/author/action-publish)
|
||||
- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
|
||||
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
|
||||
|
||||
#### Docker
|
||||
|
||||
@ -397,6 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Submitting Argo Workflows to GKE](https://github.com/machine-learning-apps/gke-argo)
|
||||
- [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action)
|
||||
- [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook)
|
||||
- [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action)
|
||||
|
||||
### Build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user