Skip to content

Commit

Permalink
Add image compression GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyersPh9 committed Feb 17, 2024
1 parent ca5915c commit 219cff1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Compress images
on: pull_request
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: calibreapp/image-actions
uses: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 219cff1

Please sign in to comment.