File tree 3 files changed +26
-8
lines changed
3 files changed +26
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- name : ericcornelissen/svgo-action
9
+ name : Process SVGs
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
12
-
uses :
ericcornelissen/[email protected]
14
13
with :
15
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
16
- configuration-path : .github/svgo-action-config.yml
15
+ svgo-options : .github/svgo-options.yml
16
+ comment : true
17
+ commit :
18
+ title : " chore: process svgs"
19
+ body : performed by SVGO GitHub Action
Original file line number Diff line number Diff line change
1
+ name : Optimize SVGs
2
+ on :
3
+ pull_request :
4
+ paths :
5
+ - " **.svg"
6
+
7
+ jobs :
8
+ build :
9
+ name : ericcornelissen/svgo-action
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v2
13
+ -
uses :
ericcornelissen/[email protected]
14
+ with :
15
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
16
+ svgo-options : .github/svgo-options.yml
17
+ comment : true
18
+ commit :
19
+ title : " chore: process svgs"
20
+ body : performed by SVGO GitHub Action
You can’t perform that action at this time.
0 commit comments