Skip to content

chore(deps-dev): bump lodash-es from 4.17.21 to 4.18.1 #248

chore(deps-dev): bump lodash-es from 4.17.21 to 4.18.1

chore(deps-dev): bump lodash-es from 4.17.21 to 4.18.1 #248

name: CI - prettier check
on:
pull_request:
branches: [master]
jobs:
prettier_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Prettier check
run: pnpm exec prettier --check "./{src,spec}/**/*.{ts,tsx,js,mjs,jsx}"