mirror of
https://github.com/konpa/devicon.git
synced 2025-08-20 05:11:37 +02:00
Bugfix: Remove Optimize Icons workflow from develop branch (#1724)
This commit is contained in:
21
.github/workflows/optimize_icons.yml
vendored
21
.github/workflows/optimize_icons.yml
vendored
@@ -1,21 +0,0 @@
|
|||||||
name: Optimize icons
|
|
||||||
on:
|
|
||||||
- pull_request
|
|
||||||
permissions: write-all
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
optimize:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Optimize icons with SVGO
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- uses: ericcornelissen/svgo-action@v3
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
svgo-config: ./.github/scripts/svgo.config.js
|
|
||||||
svgo-version: 3
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
||||||
with:
|
|
||||||
commit_message: Icons optimized by SVGO
|
|
Reference in New Issue
Block a user