diff --git a/.github/workflows/pretty.yml b/.github/workflows/pretty.yml new file mode 100644 index 000000000..f2c1fd761 --- /dev/null +++ b/.github/workflows/pretty.yml @@ -0,0 +1,19 @@ +name: Pretty + +on: + push: + + pull_request: + + workflow_dispatch: + +jobs: + docs: + name: Code formatting + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Count + run: ./mfc.sh format diff