@@ -384,12 +384,6 @@ As alternatives to `actionlint` hook, `actionlint-docker` or `actionlint-system`
384
384
[Linter extension][vsc-extension] for [VS Code][vscode] is available. The extension automatically detects `.github/workflows`
385
385
directory, runs `actionlint` command, and reports errors in the code editor while editing workflow files.
386
386
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
-
393
387
# ## Emacs
394
388
395
389
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
405
399
actionlint and notifies errors on the fly when you edit GitHub Actions CI workflows. Please read the plugin's documentation for
406
400
more details.
407
401
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
+
408
408
# ## Nova
409
409
410
410
[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
477
477
[emacs-flycheck-extension] : https://github.com/tirimia/flycheck-actionlint
478
478
[nvim-lint] : https://github.com/mfussenegger/nvim-lint
479
479
[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
480
482
[nova-extension] : https://extensions.panic.com/extensions/org.netwrk/org.netwrk.actionlint/
481
483
[nova] : https://nova.app
482
484
[trunk-io] : https://docs.trunk.io/docs
0 commit comments