Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 4.02 KB

File metadata and controls

21 lines (17 loc) · 4.02 KB

GitHub worflows

There are two workflows setup on this repo:

Worflow Status and link Description
build-and-test Build and test Builds the solution and runs tests
test-action Test GitHub action Builds and tests the GitHub action. Builds the action from this repo.
test-action-gh-marketplace Test GitHub action from GH Marketplace Builds and tests the GitHub action. Uses the published version to GitHub Marketplace.
publish-docker-image Publish Docker image Publishes Docker image used by this action to GitHub packages
package-retention-policy Package retention policy Removes old Docker images used by this action from GitHub packages
pr-dependabot-auto-merge PR Dependabot auto merge Automatically merges Dependabot PRs.

Workflows' documentation