Skip to content

chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 #434

chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3

chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 #434

Workflow file for this run

---
name: Format
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure Node.js
uses: actions/setup-node@v3
with:
cache: npm
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npm run format