Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 44 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down