- dotnet-format - A wrapper around
dotnet-format
used to lint and fix violations. - dotnet-format-problem-matcher - A problem matcher to highlight
dotnet-format
errors in the build log and create annotations. - dotnet-sdk-updater - Update
global.json
files with the latest SDK version. - dotnet-tool-restore - Restores dotnet local tools saved in the
.config/dotnet-tools.json
file.
- stylelint-problem-matcher - A problem matcher to highlight stylelint errors in the build log and create annotations.
- block-autosquash-commits-action - Prevent merging pull requests that have commit messages starting with
fixup!
orsquash!
. - markdownlint-problem-matcher - A problem matcher to highlight markdownlint-cli errors in the build log and create annotations.
- pull-request-comment-branch - Gets the branch name and sha for pull request comments so you can act on that branch instead of the default branch.
- secrets-sync - A GitHub Action to sync secrets across multiple repositories.
- slash-command-action - Check comments for
/commands
with optional arguments and pass them to other steps in the workflow.
Repository templates to make getting started with actions easier.
- problem-matcher - A template action for quickly setting up problem matchers.
- secrets-sync-template - Template to quickly get setup using secrets-sync.
- Auto-merge Dependabot PRs - An example workflow that can be used to auto-merge Dependabot PRs.
- Update dotnet local tools - An example two part workflow showing how you can keep dotnet local tools up to date.
- actions-cake-demo - Demo project using GitHub Actions and Cake to build & deploy a .NET Core website to Azure App Services.
- @xt0rted/actions-toolkit - Helper functions, scripts, and Typescript types for working with GitHub Actions.
- github-actions-problem-matcher-typings - TypeScript typings for the GitHub Actions problem matcher file format.
- stylelint-actions-formatters - Stylelint report formatters that emit fully qualified file paths so annotations can be created with the problem matcher.
- annotation-previewer - A page to preview annotation commands without having to run a workflow.