Skip to content

chore(deps): update taiga-family/ci action to v1.57.1 (#222) #391

chore(deps): update taiga-family/ci action to v1.57.1 (#222)

chore(deps): update taiga-family/ci action to v1.57.1 (#222) #391

Workflow file for this run

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