Skip to content

chore(deps-dev): bump @types/react from 18.3.4 to 18.3.5 #233

chore(deps-dev): bump @types/react from 18.3.4 to 18.3.5

chore(deps-dev): bump @types/react from 18.3.4 to 18.3.5 #233

Workflow file for this run

name: Prettier Check
on:
pull_request:
branches: [main, v3]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache npm
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Prettier Check
run: npx prettier --check .