pxt-ev3/.github/workflows/calibreapp-image-actions.yml

13 lines
324 B
YAML
Raw Normal View History

2019-10-08 23: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: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}