GitXplorerGitXplorer
j

nova-actionlint

public
3 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
dd3a4c75b585d0a0c50ab8b0625bd86a4771de49

chore: disable renovate for now

jjbergstroem committed a year ago
Unverified
733f6b0958399886080f725c4bb1266d2b236d23

chore(deps): @types/nova-editor-node v5

rrenovate[bot] committed a year ago
Unverified
03bb610d927b0efa377278940d1e6d942b700f3f

chore(deps): all non-major dependencies

rrenovate[bot] committed a year ago
Unverified
da9614b765f48c43e911a0b479de026efd0e2bff

chore(deps): prettier v3

rrenovate[bot] committed a year ago
Unverified
118c9c2bc46e96bf19f062ccb2baf92067dc6b60

chore(deps): typescript v5

rrenovate[bot] committed a year ago
Unverified
2bfe9af49661f1af9f2704328b78af730b2b308c

chore(deps): all non-major dependencies

rrenovate[bot] committed a year ago

README

The README file for this repository.

Actionlint for Nova

nova-actionlint automatically lints all github actions, then reports errors and warnings in Nova's Issues sidebar and the editor gutter.

A screenshot of Actionlint output from the actionlint test repository

Requirements

nova-actionlint requires actionlint to be available in your $PATH. The easiest way to do so is by using Homebrew:

$ brew install actionlint

You can optionally download a release directly from the actionlint releases page (1.6.20 or newer recommended).

Configuration

You can modify the behavior of this extension by accessing the preference pane in your Extension window. These changes will be saved alongside your workspace.

  • Search path: By default, this plugin will only provide feedback for files in the .github/workflows folder. If you want to cover more directories or files, add them with the input form.

Acknowledgements

Parts of src/main.ts are from shellcheck for Nova. If you appreciate and use this extension you can buy him a coffee.