Skip to content

chore: update taiga-family/ci action to v1.105.0 #517

chore: update taiga-family/ci action to v1.105.0

chore: update taiga-family/ci action to v1.105.0 #517

Workflow file for this run

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