Skip to content

chore(deps): update codecov/codecov-action action to v4.5.0 #1134

chore(deps): update codecov/codecov-action action to v4.5.0

chore(deps): update codecov/codecov-action action to v4.5.0 #1134

Workflow file for this run

name: ⚙️ Lint
on:
pull_request:
push:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.56.3
- uses: taiga-family/ci/actions/setup/node@v1.56.3
- run: npm run prettier -- --check
- run: npm run typecheck
- run: npm run lint
concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true