Skip to content

chore: update taiga-family/ci action to v1.93.4 #439

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

chore: update taiga-family/ci action to v1.93.4 #439

Workflow file for this run

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