Skip to content

chore: update taiga-family/ci action to v1.142.0 (#287) #617

chore: update taiga-family/ci action to v1.142.0 (#287)

chore: update taiga-family/ci action to v1.142.0 (#287) #617

Workflow file for this run

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