Skip to content

Commit

Permalink
remove prettier ci due to bug in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLewis committed Jul 6, 2023
1 parent 12a862a commit 08ba1be
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ jobs:
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --check */*.{js,css,html}
# prettier:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Prettify code
# uses: creyD/[email protected]
# with:
# prettier_options: --check ui/**/*.{js,css,html}
# prettier_plugins: prettier-plugin-svelte

0 comments on commit 08ba1be

Please sign in to comment.