Skip to content

Remove custom SVGo plugin #28

Remove custom SVGo plugin

Remove custom SVGo plugin #28

Workflow file for this run

name: Lint check
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v6
- name: Shared setup
uses: ./.github/actions/shared-action-setup
- name: Run lint
run: CI=true yarn lint