From df6f9dea59c02f5c9c938d23f67fcc12e28292ee Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 29 Oct 2021 17:20:40 +0800 Subject: [PATCH] fix prettier options --- .github/workflows/format.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e2d0f41..f44b6ed 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,9 +3,7 @@ on: push: paths: - 'lua/**.lua' - - '**.md' - - '.github/**.yml' - branches: [main, dev] + branches: [main] jobs: format: @@ -33,9 +31,6 @@ jobs: chmod +x /tmp/stylua /tmp/stylua --config-path=.stylua.toml lua/ - - name: Apply prettier - uses: creyD/prettier_action@v4.0 - - name: Create PR run: | if ! [[ -z $(git status -s) ]]; then