Skip to content

feat: implement network switch #1172

feat: implement network switch

feat: implement network switch #1172

Workflow file for this run

name: Compress
on:
pull_request:
paths:
- "**.svg"
jobs:
svg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_TOKEN }}
- uses: ericcornelissen/svgo-action@v4
with:
conventional-commits: true
ignore: dist/**
repo-token: ${{ secrets.GH_TOKEN }}