From 08ba1be8c79342c664d12ff7bc26e85035811fab Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:54:55 -0400 Subject: [PATCH] remove prettier ci due to bug in the action https://github.com/creyD/prettier_action/issues/111 --- .github/workflows/ci.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7385040d..7f175abf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/prettier_action@v4.3 - with: - prettier_options: --check */*.{js,css,html} + # prettier: + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + # - name: Prettify code + # uses: creyD/prettier_action@v4.3 + # with: + # prettier_options: --check ui/**/*.{js,css,html} + # prettier_plugins: prettier-plugin-svelte