Skip to content

🔨 Native, blazingly-fast Prettier CLI on Github Actions

License

Notifications You must be signed in to change notification settings

whjvenyl/actions-prettier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔨 actions-prettier

Checks status Dependabot status Code style License

🔥 Native, blazingly-fast prettier CLI on Github Actions, allows you to run every prettier CLI command on Github Actions without having to install Node.js or any dependency in advance.

Average completion time: 5-8s - 7x faster than self-implemented workflow (with cache enabled).

Usage

- uses: actions/checkout@v2 # Check out the repository first.
- uses: actions-prettier
  with:
    # prettier CLI arguments.
    args: --check .

License

This project is licensed under the MIT License.

About

🔨 Native, blazingly-fast Prettier CLI on Github Actions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%