From 238dae02f6bcbcb13dc7ebe2180f4b3021e8a97c Mon Sep 17 00:00:00 2001 From: JuliaZel <91857302+JuliaZel@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:09:15 -0500 Subject: [PATCH] First iteration of prettier autoformat automation --- .github/workflows/prettier.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 00000000..39a2b3e2 --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,15 @@ +name: Prettier Action + +on: + push: + branches: [ "sburchfield33-juliazel-githubactions" ] + pull_request: + branches: [ "sburchfield33-juliazel-githubactions" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: creyD/prettier_action@v4.3