pxt-ev3/.github/workflows/compress-images-on-pull-request.yml
2019-11-26 00:04:30 +01:00

12 lines
314 B
YAML

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: calibreapp/image-actions@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}