Skip to content

chore: update

chore: update #8

Workflow file for this run

name: ⚙️ Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup global variables
uses: taiga-family/ci/actions/[email protected]
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected]
- name: Lint check
run: |
npm run prettier -- --check
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true