Skip to content

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.0 #490

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.0

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.0 #490

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "npm"
- run: npm ci
- name: Verify if all files are prettier-ed
run: npx prettier --check "**/*" --ignore-unknown