Skip to content

docs: add cspell badge #21

docs: add cspell badge

docs: add cspell badge #21

Workflow file for this run

---
name: prettier
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
format_check:
name: Check CSS/json/etc files with prettier
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run prettier
uses: creyD/[email protected]
with:
prettier_options: --check