Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romeovs/stylelint-formatter-github-annotate
A style lint formatter for GitHub Actions
https://github.com/romeovs/stylelint-formatter-github-annotate
Last synced: 24 days ago
JSON representation
A style lint formatter for GitHub Actions
- Host: GitHub
- URL: https://github.com/romeovs/stylelint-formatter-github-annotate
- Owner: romeovs
- Created: 2021-08-11T12:51:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T13:53:09.000Z (over 3 years ago)
- Last Synced: 2024-10-19T21:34:13.381Z (about 1 month ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-formatter-github-annotate
A simple stylelint formatter that creates annotations in GitHub Actions.
## Installation
```
npm install -D stylelint-formatter-github-annotate
```
Or:
```
yarn add -D stylelint-formatter-github-annotate
```## Usage
To use the annotation in a GitHub Action run, run stylelint with the `--custom-formatter` flag:
```
stylelint --custom-formatter=node_modules/stylelint-formatter-github-annotate files.js
```