Skip to content

chore(deps): update tinkoff to v4 (major) #410

chore(deps): update tinkoff to v4 (major)

chore(deps): update tinkoff to v4 (major) #410

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.7
- uses: taiga-family/ci/actions/setup/node@v1.65.5
- run: npm run prettier -- --check
concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true