From 0e78f88e893d4c74c5c38f0e4269cb369048dfbd Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 11:53:20 +0700 Subject: [PATCH] Check ci --- .github/workflows/formatting.yml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index bbed4ea..f85fafc 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -1,18 +1,16 @@ name: stylua on: - push: - branches: - - main - - dev - paths-ignore: - - ".github/**" + push: + branches: ["main", "dev", "ci"] + paths-ignore: + - ".github/**" jobs: - stylua: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: JohnnyMorganz/stylua-action@1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --check --config-path=stylua.toml . + stylua: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: JohnnyMorganz/stylua-action@1.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + args: --check --config-path=stylua.toml .