You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## π Description
- switch to pipx for deps install
- deprecate `token` in favor of `github-token`
- prep for v2
## π Related issue
<!-- If your PR refers to a related issue, link it here. -->
Fixes: #21
## ποΈ Type of change
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
- [ ] π Examples/docs/tutorials
- [ ] π Bug fix (non-breaking change which fixes an issue)
- [ ] π₯ Improvement (non-breaking change which improves an existing
feature)
- [ ] π New feature (non-breaking change which adds functionality)
- [ ] π₯ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] π¨ Security fix
- [ ] β¬οΈ Dependencies update
## β Checklist
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
- [ ] I've read the [`Code of
Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
document.
- [ ] I've read the
[`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
guide.
Copy file name to clipboardExpand all lines: README.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This [GitHub Action](https://github.com/features/actions) allows you to quickly
9
9
10
10
- Action is platform-independent and tested on all the latest GitHub-hosted runners (`ubuntu-latest`, `macos-latest`, `windows-latest`).
11
11
- Uses [GitHub cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) for caching `actionlint` binaries for faster and more efficient workflow run.
12
-
- 3rd party `actionlint` dependencies like `shellcheck` or `pyflakes` are not cached, but action installs them if not present on the Runner.
12
+
- 3rd party `actionlint` dependencies like `shellcheck` or `pyflakes` are not cached, but action installs them if not present on the GitHub Runner using [pipx](https://pipx.pypa.io/) (make sure your GitHub Runner has it).
0 commit comments