1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-19 04:41:41 +02:00

Bugfix: Remove Optimize Icons workflow from develop branch (#1724)

This commit is contained in:
Josélio Júnior
2023-04-13 18:48:18 -03:00
committed by GitHub
parent bd2b9a663c
commit 648b6068a3

View File

@@ -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