Skip to content

Commit 5651ca3

Browse files
authored
Create calibreapp-image-actions.yml
1 parent 16a9f26 commit 5651ca3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Compress images
2+
on: pull_request
3+
jobs:
4+
build:
5+
name: calibreapp/image-actions
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: calibreapp/image-actions
10+
uses: docker://calibreapp/github-image-actions
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
wip:
14+
name: "Set status"
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: wip/action@master

0 commit comments

Comments
 (0)