Skip to content

Commit 1886c4f

Browse files
authored
Merge branch 'master' into add-conda-publish
2 parents 7d237dc + 1ca2cd5 commit 1886c4f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
5151
- [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
5252

5353
### Official Actions
54+
5455
<!--lint disable no-dead-urls-->
56+
5557
#### Workflow Tool Actions
5658

5759
Tool actions for your workflow.
5860

5961
<!--lint ignore awesome-spell-check-->
62+
6063
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
6164
- [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
6265
- [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
@@ -183,12 +186,14 @@ Set up your GitHub Actions workflow with a specific version of your programming
183186
- [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates.
184187
- [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps.
185188
- [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders.
186-
- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably.
189+
- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably.
187190
- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files.
188191
- [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths.
189192
- [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output.
190193
- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text.
191194
- [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images.
195+
- [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD.
196+
- [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods.
192197
- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
193198

194199
#### Environments
@@ -220,7 +225,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
220225

221226
#### Testing
222227

223-
- [Snyk Test Action](https://github.com/snyk/actions)
224228
- [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer)
225229
- [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter)
226230
- [Run codeception tests](https://github.com/joelwmale/codeception-action)
@@ -270,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
270274
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
271275
- [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories.
272276
- [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories.
277+
- [Snyk Test Action](https://github.com/snyk/actions)
273278

274279
#### Code Coverage
275280

@@ -379,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
379384
- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
380385
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
381386
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
387+
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
382388
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
383389

384390
#### Docker
@@ -389,6 +395,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
389395
- [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
390396
- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
391397
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
398+
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
392399

393400
#### Kubernetes
394401

@@ -406,7 +413,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
406413
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
407414
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
408415

409-
410416
### External Services
411417

412418
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)

0 commit comments

Comments
 (0)