Skip to content

chore(deps): update dependency @tinkoff/prettier-config to v1.52.1 #17

chore(deps): update dependency @tinkoff/prettier-config to v1.52.1

chore(deps): update dependency @tinkoff/prettier-config to v1.52.1 #17

Workflow file for this run

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