From 88e18c64c878a158b06065642264568382862995 Mon Sep 17 00:00:00 2001 From: Matthew Schuchard <8029687+mschuchard@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:38:48 -0400 Subject: [PATCH] add pulsar edit package to usage --- docs/usage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index c806b9d6b..73b21c1fe 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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].