mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
feat: add GitHub Actions workflows for code quality and automation (#2)
This commit is contained in:
17
compress-images/README.md
Normal file
17
compress-images/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ivuorinen/actions/compress-images
|
||||
|
||||
## Compress Images
|
||||
|
||||
### Description
|
||||
|
||||
Compress images on demand (workflow_dispatch), and at 11pm every Sunday (schedule).
|
||||
|
||||
### Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
|
||||
### Usage
|
||||
|
||||
```yaml
|
||||
- uses: ivuorinen/actions/compress-images@main
|
||||
```
|
||||
Reference in New Issue
Block a user