Skip to content

Workflow file for this run

name: check formatting
on: [push]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
if [ ! -f $HOME/.dprint ]; then
curl -fsSL https://dprint.dev/install.sh | sh
fi
- run: ./misc/fmt.sh --check