https://github.com/max/awesome-lint
awesome-lint as a GitHub Action
https://github.com/max/awesome-lint
List: awesome-lint
github-action
Last synced: 3 months ago
JSON representation
awesome-lint as a GitHub Action
- Host: GitHub
- URL: https://github.com/max/awesome-lint
- Owner: max
- Created: 2019-01-12T23:53:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T10:33:06.000Z (almost 2 years ago)
- Last Synced: 2025-07-08T02:48:29.016Z (3 months ago)
- Topics: github-action
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 20
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actions - awesome-lint as a GitHub Action
- fucking-awesome-actions - awesome-lint as a GitHub Action
- awesome-workflows - awesome-lint as a GitHub Action
README
# `awesome-lint` as a GitHub Action
There are many awesome lists on GitHub. This [GitHub
Action](https://github.com/features/actions) uses
[sindresorhus](https://github.com/sindresorhus)'s [awesome-lint](https://github.com/sindresorhus/awesome-lint) to lint those repositories and
keep them consistent.## Example
```yaml
steps:
- uses: actions/checkout@v1.0.0
- uses: max/awesome-lint@v2.0.0
with:
filename: README.md # optional
```