An open API service indexing awesome lists of open source software.

https://github.com/dend/actions

A collection of useful GitHub Actions.
https://github.com/dend/actions

Last synced: about 1 month ago
JSON representation

A collection of useful GitHub Actions.

Awesome Lists containing this project

README

        

# Actions

A collection of useful GitHub Actions. Most of them are used in some shape or form in one of my personal projects.

## Current actions

| Action | Description |
|:-------|:------------|
| `deploy-blog` | Deploys a [Hugo](https://gohugo.io/) static site to the cloud. |
| `powershell-demo` | A demo of GitHub Actions with PowerShell Core. |
| `docfx-ts-docgen` | Generate TypeScript documentation with [DocFX](https://dotnet.github.io/docfx/). |
| `rss-validator` | Validate RSS feeds by setting the `FEED_URL` environment variable. |