Skip to content

Commit

Permalink
test prettier actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
sburchfield33 committed Feb 18, 2024
1 parent 1a66e9d commit 7acca10
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Prettier Action

on:
push:
branches: [ "sburchfield33-juliazel-githubactions" ]
branches: ["sburchfield33-juliazel-githubactions"]
pull_request:
branches: [ "sburchfield33-juliazel-githubactions" ]
branches: ["sburchfield33-juliazel-githubactions"]

jobs:
build:

prettier:
runs-on: ubuntu-latest

steps:
- uses: creyD/[email protected]
- uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"

0 comments on commit 7acca10

Please sign in to comment.