Skip to content

npm (deps-dev): bump form-data from 4.0.2 to 4.0.5 #244

npm (deps-dev): bump form-data from 4.0.2 to 4.0.5

npm (deps-dev): bump form-data from 4.0.2 to 4.0.5 #244

name: Prettier Checks
on:
pull_request:
branches: [master]
permissions:
contents: read
jobs:
PrettierChecks:
name: Prettier Checks
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install dependencies
shell: bash
run: npm install
- name: Run Prettier
shell: bash
run: npx prettier --check .