mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-16 14:48:21 +00:00
feat: add GitHub Actions workflows for code quality and automation (#2)
This commit is contained in:
17
prettier-fix/README.md
Normal file
17
prettier-fix/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ivuorinen/actions/prettier-fix
|
||||
|
||||
## Prettier Fix
|
||||
|
||||
### Description
|
||||
|
||||
Run Prettier to fix code style violations
|
||||
|
||||
### Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
|
||||
### Usage
|
||||
|
||||
```yaml
|
||||
- uses: ivuorinen/actions/prettier-fix@main
|
||||
```
|
||||
Reference in New Issue
Block a user