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