Skip to content

Bump @svgr/webpack from 5.5.0 to 8.1.0 #26

Bump @svgr/webpack from 5.5.0 to 8.1.0

Bump @svgr/webpack from 5.5.0 to 8.1.0 #26

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Lint
run: |
pnpm lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
run_install: true
- name: Typecheck
run: |
pnpm tsc