Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actionsx/prettier
🔨 Native, blazingly-fast Prettier CLI on Github Actions
https://github.com/actionsx/prettier
ci ci-cd continuous-integration continuous-testing github-actions github-workflow prettier
Last synced: 12 days ago
JSON representation
🔨 Native, blazingly-fast Prettier CLI on Github Actions
- Host: GitHub
- URL: https://github.com/actionsx/prettier
- Owner: actionsx
- License: mit
- Created: 2020-08-16T05:46:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T13:03:10.000Z (9 months ago)
- Last Synced: 2024-07-19T07:52:58.028Z (4 months ago)
- Topics: ci, ci-cd, continuous-integration, continuous-testing, github-actions, github-workflow, prettier
- Language: JavaScript
- Homepage:
- Size: 11.6 MB
- Stars: 44
- Watchers: 2
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-blazingly-fast - prettier - 🔨 Native, blazingly-fast Prettier CLI on Github Actions (JavaScript)
README
# 🔨 actionsx/prettier
[![Checks status][checks status]][checks url]
[![Dependabot status][dependabot status]][dependabot url]
[![Code style][code style]][code style url]
[![License][license badge]][license url]🔥 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
```yml
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check .
```## License
This project is licensed under the [MIT License][license url].
[checks status]:
https://img.shields.io/github/checks-status/actionsx/prettier/master?logo=Github
[dependabot status]:
https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot
[license badge]: https://img.shields.io/github/license/actionsx/prettier
[code style]:
https://img.shields.io/badge/code%20style-prettier-F7B93E?logo=Prettier
[checks url]:
https://github.com/actionsx/prettier/actions?query=workflow%3ACI+branch%3Amaster
[dependabot url]: /.github/dependabot.yml
[code style url]: /.prettierrc.json
[license url]: /LICENSE