Skip to content

chore(deps): update taiga-family/ci action to v1.51.0 (#438) #863

chore(deps): update taiga-family/ci action to v1.51.0 (#438)

chore(deps): update taiga-family/ci action to v1.51.0 (#438) #863

Workflow file for this run

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