pxt-ev3/.github/workflows/compress-images-on-pull-request.yml

15 lines
353 B
YAML
Raw Normal View History

2019-11-26 00:04:30 +01:00
name: Compress images
on: pull_request
2020-01-07 04:48:15 +01:00
paths:
- '**.jpg'
- '**.png'
2019-11-26 00:04:30 +01:00
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 }}