Skip to content

zeroseven/action-stylelint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Stylelint Action

GitHub Action to lint CSS/SCSS files with Stylelint.

Usage

- uses: zeroseven/action-stylelint@v1
  with:
    config: '.stylelintrc.js'
    paths: '**/*.{css,scss}'

Inputs

Input Description Required Default
node-version Node.js version No 20
config Path to Stylelint config Yes -
paths Paths to lint No **/*.css
ignore-path Path to ignore file No ``
max-warnings Max warnings allowed No 0

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors