Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Bump semver from 5.7.1 to 5.7.2 in /docs #116

Bump semver from 5.7.1 to 5.7.2 in /docs

Bump semver from 5.7.1 to 5.7.2 in /docs #116

Workflow file for this run

---
name: JSON
"on":
push:
paths:
- "**.json"
pull_request:
paths:
- "**.json"
jobs:
style:
name: Check style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: prettier
uses: creyD/prettier_action@v4.3
with:
dry: true
prettier_options: "--check **/*.json"