Skip to content

chore: revert link #465

chore: revert link

chore: revert link #465

Workflow file for this run

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