Skip to content

First pass building an automated workflow for handling wants #24

First pass building an automated workflow for handling wants

First pass building an automated workflow for handling wants #24

Workflow file for this run

name: Optimize images
on: pull_request
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@main
- name: Compress Images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}