From 46a4cbbd35ba7f0a9817ae8330d51d22cc3c0aa6 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sun, 15 Sep 2024 10:52:48 -0700 Subject: [PATCH] wip --- .github/workflows/fmt.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/fmt.yml diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml new file mode 100644 index 000000000..895ff06ae --- /dev/null +++ b/.github/workflows/fmt.yml @@ -0,0 +1,13 @@ +name: check formatting +on: [push] +jobs: + fmt: + runs-on: ubuntu-latest + steps: + - name: check out + uses: actions/checkout@v4 + - run: ./misc/fmt.sh + name: check formatting + - name: List files in the repository + run: | + ls ${{ github.workspace }}