Skip to content

Bump glob from 10.4.5 to 10.5.0 (#234) #259

Bump glob from 10.4.5 to 10.5.0 (#234)

Bump glob from 10.4.5 to 10.5.0 (#234) #259

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Enforce Prettier
run: npx prettier --check .