diff --git a/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml index e60ee1d..50e1733 100644 --- a/.github/workflows/formatting.yaml +++ b/.github/workflows/formatting.yaml @@ -1,16 +1,16 @@ name: stylua on: - push: - branches: ["main"] - paths-ignore: - - ".github/**" + push: + branches: ["main"] + 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 .