Skip to content

Commit

Permalink
disabling prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
critmcdonald committed Mar 16, 2024
1 parent 9c0ecea commit 0bac46b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/format-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches: [ main ]

jobs:
prettier:
runs-on: ubuntu-latest
# prettier:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check --config .prettierrc.json --ignore-path .prettierignore .
# steps:
# - uses: actions/checkout@v2 # Check out the repository first.
# - uses: actionsx/prettier@v2
# with:
# # prettier CLI arguments.
# args: --check --config .prettierrc.json --ignore-path .prettierignore .
eslint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0bac46b

Please sign in to comment.