Skip to content

Commit

Permalink
reorder doc for usage with editors and separate links with references
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Mar 15, 2024
1 parent 3f71179 commit 0065d2e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,6 @@ 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 All @@ -405,6 +399,12 @@ on the fly when you edit GitHub Actions CI workflows. Please read the plugin's d
actionlint and notifies errors on the fly when you edit GitHub Actions CI workflows. Please read the plugin's documentation for
more details.

### Pulsar Edit

A [Linter package][pulsar-linter] for [Pulsar Edit][pulsar] 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.

### Nova

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

0 comments on commit 0065d2e

Please sign in to comment.