Skip to content

feat: support break line inside details content #2936

feat: support break line inside details content

feat: support break line inside details content #2936

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