leecode/.github/workflows/calibreapp-image-actions.yml
2020-05-22 18:17:19 +08:00

17 lines
423 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: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
wip:
name: "Set status"
runs-on: ubuntu-latest
steps:
- uses: wip/action@master