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

13 lines
315 B
YAML
Raw Normal View History

2020-08-19 22:03:58 +02:00
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 }}