Skip to content

Adding More Cases and Auxilliary Files (#27) #9

Adding More Cases and Auxilliary Files (#27)

Adding More Cases and Auxilliary Files (#27) #9

Workflow file for this run

name: Pretty
on:
push:
pull_request:
workflow_dispatch:
jobs:
docs:
name: Code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
run: |
bash ./.github/scripts/format.sh
git diff --exit-code