Skip to content

Commit

Permalink
First iteration of prettier autoformat automation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaZel authored Feb 18, 2024
1 parent aad95ce commit 238dae0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit 238dae0

Please sign in to comment.