diff --git a/README.md b/README.md index f38a630e..7ef5c287 100644 --- a/README.md +++ b/README.md @@ -12,31 +12,49 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ## Contents -- [Official Resources](#official-resources) - - [Workflow Examples](#workflow-examples) - - [Official Actions](#official-actions) - - [Create your Actions](#create-your-actions) -- [Community Resources](#community-resources) - - [GitHub Tools and Management](#github-tools-and-management) - - [Collection of Actions](#collection-of-actions) - - [Utility](#utility) - - [Static Analysis](#static-analysis) - - [Dynamic Analysis](#dynamic-analysis) - - [Monitoring](#monitoring) - - [Pull Requests](#pull-requests) - - [GitHub Pages](#github-pages) - - [Notifications and Messages](#notifications-and-messages) - - [Deployment](#deployment) - - [External Services](#external-services) - - [Frontend Tools](#frontend-tools) - - [Machine Learning Ops](#machine-learning-ops) - - [Build](#build) - - [Database](#database) - - [Networking](#networking) - - [Localization](#localization) - - [Fun](#fun) - - [Cheat Sheet](#cheat-sheet) -- [Tutorials](#tutorials) +- [Awesome Actions ](#awesome-actions--) + - [Contents](#contents) + - [Official Resources](#official-resources) + - [Workflow Examples](#workflow-examples) + - [Official Actions](#official-actions) + - [Workflow Tool Actions](#workflow-tool-actions) + - [Actions for GitHub Automation](#actions-for-github-automation) + - [Setup Actions](#setup-actions) + - [Create your Actions](#create-your-actions) + - [JavaScript and TypeScript Actions](#javascript-and-typescript-actions) + - [Docker Container Actions](#docker-container-actions) + - [Community Resources](#community-resources) + - [GitHub Tools and Management](#github-tools-and-management) + - [Collection of Actions](#collection-of-actions) + - [Utility](#utility) + - [Environments](#environments) + - [Dependencies](#dependencies) + - [Semantic Versioning](#semantic-versioning) + - [Static Analysis](#static-analysis) + - [Testing](#testing) + - [Linting](#linting) + - [Security](#security) + - [Code Coverage](#code-coverage) + - [Dynamic Analysis](#dynamic-analysis) + - [Monitoring](#monitoring) + - [Pull Requests](#pull-requests) + - [GitHub Pages](#github-pages) + - [Notifications and Messages](#notifications-and-messages) + - [Deployment](#deployment) + - [Docker](#docker) + - [Kubernetes](#kubernetes) + - [AWS](#aws) + - [Terraform](#terraform) + - [External Services](#external-services) + - [Frontend Tools](#frontend-tools) + - [Machine Learning Ops](#machine-learning-ops) + - [Build](#build) + - [Database](#database) + - [Networking](#networking) + - [Localization](#localization) + - [Fun](#fun) + - [Cheat Sheet](#cheat-sheet) + - [Tutorials](#tutorials) ## Official Resources @@ -276,6 +294,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) - [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) - [Run Julia tests](https://github.com/julia-actions/julia-runtest) +- [DevAssure: Agentic testing of PRs with E2E browser tests](https://github.com/marketplace/actions/devassure-action) #### Linting