Skip to content

Commit

Permalink
Add Prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 9, 2023
1 parent bf4e3f5 commit faa6b38
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clang-format
name: Format

on:
push:
Expand All @@ -22,6 +22,11 @@ jobs:
clangFormatVersion: 16
inplace: true

- name: Run Prettier
uses: actionsx/prettier@v3
with:
args: --write "${{ github.workspace }}/*.json"

- name: Add & Commit
uses: EndBug/[email protected]
with:
Expand Down

0 comments on commit faa6b38

Please sign in to comment.