Skip to content

Commit

Permalink
Merge pull request #408 from mschuchard/main
Browse files Browse the repository at this point in the history
add pulsar edit package to usage
  • Loading branch information
rhysd authored Mar 15, 2024
2 parents c8024fe + 88e18c6 commit 3f71179
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ As alternatives to `actionlint` hook, `actionlint-docker` or `actionlint-system`
[Linter extension][vsc-extension] for [VS Code][vscode] is available. The extension automatically detects `.github/workflows`
directory, runs `actionlint` command, and reports errors in the code editor while editing workflow files.

### Pulsar Edit

A [Linter package](https://web.pulsar-edit.dev/packages/linter-github-actions) for [Pulsar Edit](https://pulsar-edit.dev/) is
available. The package automatically detects a `workflows` directory, executes the `actionlint` command on any detected Github
Actions files within the directory, and reports returned information in the code editor display tab while editing workflow files.

### Emacs

Plugins for both [Flycheck][emacs-flycheck] and [Flymake][emacs-flymake] are available via [MELPA][emacs-melpa].
Expand Down

0 comments on commit 3f71179

Please sign in to comment.