Skip to content

Section-retraction pairs #85

Section-retraction pairs

Section-retraction pairs #85

Workflow file for this run

name: File formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
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 **/*.{md,json,yaml,yml}