From 4b86a7f422b44f4d43ad80bc85389ef4adfaa323 Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Wed, 23 Oct 2019 14:46:09 -0500 Subject: [PATCH] rename build file, add image compression workflow --- .github/workflows/{workflow.yml => build.yml} | 0 .github/workflows/images.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename .github/workflows/{workflow.yml => build.yml} (100%) create mode 100644 .github/workflows/images.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/workflow.yml rename to .github/workflows/build.yml diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml new file mode 100644 index 000000000..3d95fd0c8 --- /dev/null +++ b/.github/workflows/images.yml @@ -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 }}