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

16 lines
381 B
YAML
Raw Normal View History

2019-11-26 00:04:30 +01:00
name: Compress images
2020-01-07 04:54:57 +01:00
on:
pull_request:
paths:
- 'docs/**.jpg'
- 'docs/**.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
2020-01-07 04:52:03 +01:00
uses: docker://calibreapp/github-image-actions
2019-11-26 00:04:30 +01:00
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}