Skip to content

adjust use of hr inside of a p tag block which should not be used #10

adjust use of hr inside of a p tag block which should not be used

adjust use of hr inside of a p tag block which should not be used #10

Workflow file for this run

# Note: use fetch depth to get previous commit if needed
name: Validate
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md,html}