https://github.com/mschuchard/linter-github-actions
Github actions config lint via actionlint for pulsar
https://github.com/mschuchard/linter-github-actions
atom-editor atom-package github-actions githubactions hacktoberfest linter pulsar-edit pulsar-package
Last synced: about 1 year ago
JSON representation
Github actions config lint via actionlint for pulsar
- Host: GitHub
- URL: https://github.com/mschuchard/linter-github-actions
- Owner: mschuchard
- License: mit
- Created: 2022-06-20T14:10:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T15:29:06.000Z (about 1 year ago)
- Last Synced: 2025-03-02T16:30:40.279Z (about 1 year ago)
- Topics: atom-editor, atom-package, github-actions, githubactions, hacktoberfest, linter, pulsar-edit, pulsar-package
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Linter-Github-Actions
Linter-Github-Actions aims to provide functional and robust `actionlint` linting functionality within Pulsar.
This package is now in maintenance mode. All feature requests and bug reports in the Github repository issue tracker will receive a response, and possibly also be implemented (especially bug fixes). However, active development on this package has ceased.
### Installation
The ActionLint CLI binary executable is required to be installed before using this package. The Atom-IDE-UI and Language-YAML packages are also required.
All testing is performed with the latest stable version of Pulsar. Any version of Atom or any pre-release version of Pulsar is not supported.
### Usage
- All YAML files with a `jobs` key and located in a directory path `.github/workflows` or `.github\\workflows` will be linted with this linter. Be aware of this in case you have a non-Actions YAML file with this characteristic. Also be aware of this in case the path is incorrect in your project, or you have a typo for the `jobs` key, since this linter will then not trigger.