Skip to content

Bump @types/node from 22.5.2 to 22.5.4 in the actions group #69

Bump @types/node from 22.5.2 to 22.5.4 in the actions group

Bump @types/node from 22.5.2 to 22.5.4 in the actions group #69

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@v2
- name: Enforce Prettier
uses: actionsx/prettier@v2
with:
args: --check .