Skip to content

Bump @types/node from 22.7.9 to 22.8.7 in the actions group across 1 directory #83

Bump @types/node from 22.7.9 to 22.8.7 in the actions group across 1 directory

Bump @types/node from 22.7.9 to 22.8.7 in the actions group across 1 directory #83

Workflow file for this run

name: 'Run prettify'
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Enforce Prettier
uses: actionsx/prettier@v3
with:
args: --check .