Skip to content

⬆️ build(deps-dev): Bump prettier-plugin-sh from 0.17.2 to 0.18.0 #492

⬆️ build(deps-dev): Bump prettier-plugin-sh from 0.17.2 to 0.18.0

⬆️ build(deps-dev): Bump prettier-plugin-sh from 0.17.2 to 0.18.0 #492

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