Skip to content

Bump json5 from 2.2.1 to 2.2.3 (#275) #379

Bump json5 from 2.2.1 to 2.2.3 (#275)

Bump json5 from 2.2.1 to 2.2.3 (#275) #379

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 .