Skip to content

Commit

Permalink
Create calibreapp-image-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkers committed Mar 4, 2020
1 parent 6e4612e commit fb95442
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/calibreapp-image-actions.yml
@@ -0,0 +1,14 @@
name: Compress images
on: [pull_request]
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master

- name: Compress Images
uses: calibreapp/image-actions@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fb95442

Please sign in to comment.