Skip to content

Disabled QR

Disabled QR #20

Workflow file for this run

name: Run Prettier
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actionsx/prettier@v2
with:
# We should consider autofixing the issues at some point
args: --check .