mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
fix lint
This commit is contained in:
parent
ebbd81436e
commit
5fa9793879
@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
|
- [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
|
||||||
|
|
||||||
### Official Actions
|
### Official Actions
|
||||||
|
|
||||||
<!--lint disable no-dead-urls-->
|
<!--lint disable no-dead-urls-->
|
||||||
|
|
||||||
#### Workflow Tool Actions
|
#### Workflow Tool Actions
|
||||||
|
|
||||||
Tool actions for your workflow.
|
Tool actions for your workflow.
|
||||||
|
|
||||||
<!--lint ignore awesome-spell-check-->
|
<!--lint ignore awesome-spell-check-->
|
||||||
|
|
||||||
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
|
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
|
||||||
- [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
|
- [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
|
||||||
- [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
|
- [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
|
||||||
@ -376,7 +379,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
|
- [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)
|
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
|
||||||
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
|
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
|
||||||
- [Github Action for running Ansible Playbooks](https://github.com/arillso/action.playbook)
|
- [GitHub Action for running Ansible Playbooks](https://github.com/arillso/action.playbook)
|
||||||
|
|
||||||
#### Docker
|
#### Docker
|
||||||
|
|
||||||
@ -403,7 +406,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
|
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
|
||||||
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
|
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
|
||||||
|
|
||||||
|
|
||||||
### External Services
|
### External Services
|
||||||
|
|
||||||
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
|
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
|
||||||
|
Loading…
Reference in New Issue
Block a user