Skip to content

Commit 0065d2e

Browse files
committed
reorder doc for usage with editors and separate links with references
1 parent 3f71179 commit 0065d2e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/usage.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,6 @@ As alternatives to `actionlint` hook, `actionlint-docker` or `actionlint-system`
384384
[Linter extension][vsc-extension] for [VS Code][vscode] is available. The extension automatically detects `.github/workflows`
385385
directory, runs `actionlint` command, and reports errors in the code editor while editing workflow files.
386386

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

395389
Plugins for both [Flycheck][emacs-flycheck] and [Flymake][emacs-flymake] are available via [MELPA][emacs-melpa].
@@ -405,6 +399,12 @@ on the fly when you edit GitHub Actions CI workflows. Please read the plugin's d
405399
actionlint and notifies errors on the fly when you edit GitHub Actions CI workflows. Please read the plugin's documentation for
406400
more details.
407401

402+
### Pulsar Edit
403+
404+
A [Linter package][pulsar-linter] for [Pulsar Edit][pulsar] is available. The package automatically detects a `workflows`
405+
directory, executes the `actionlint` command on any detected GitHub Actions files within the directory, and reports returned
406+
information in the code editor display tab while editing workflow files.
407+
408408
### Nova
409409

410410
[Nova.app][nova] is a MacOS only editor and IDE. The [Actionlint for Nova][nova-extension] allows you to get inline feedback
@@ -477,6 +477,8 @@ You can also see actionlint issues inline in VS Code via the [Trunk VS Code exte
477477
[emacs-flycheck-extension]: https://github.com/tirimia/flycheck-actionlint
478478
[nvim-lint]: https://github.com/mfussenegger/nvim-lint
479479
[vim-ale]: https://github.com/dense-analysis/ale
480+
[pulsar]: https://pulsar-edit.dev/
481+
[pulsar-linter]: https://web.pulsar-edit.dev/packages/linter-github-actions
480482
[nova-extension]: https://extensions.panic.com/extensions/org.netwrk/org.netwrk.actionlint/
481483
[nova]: https://nova.app
482484
[trunk-io]: https://docs.trunk.io/docs

0 commit comments

Comments
 (0)