Skip to content

chore: update taiga-family/ci action to v1.93.5 #480

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

chore: update taiga-family/ci action to v1.93.5 #480

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