Skip to content

Commit

Permalink
Add prettier to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martclanor committed Feb 2, 2025
1 parent bf9c135 commit 51878f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This workflow runs prettier on json, yaml and md files.

name: Prettier

on: push

jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run prettier
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{json,yaml,md}

0 comments on commit 51878f2

Please sign in to comment.