Skip to content

Merge branch 'main' of github.com:laststance/create-react-app-vite #2731

Merge branch 'main' of github.com:laststance/create-react-app-vite

Merge branch 'main' of github.com:laststance/create-react-app-vite #2731

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm lint