Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Hickmann committed Oct 21, 2023
1 parent a7d3973 commit 25cb70c
Show file tree
Hide file tree
Showing 5 changed files with 1,418 additions and 4,889 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Prettier

# This action works with pull requests and pushes
on:
pull_request:
push:

permissions:
contents: write

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --config .prettierrc --write .
Loading

0 comments on commit 25cb70c

Please sign in to comment.