Skip to content

chore: drop codecov-action from v4 to v3 #561

chore: drop codecov-action from v4 to v3

chore: drop codecov-action from v4 to v3 #561

Workflow file for this run

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm build || exit 0
- run: pnpm lint
name: Lint
on:
pull_request: ~
push:
branches:
- main