From ad0676a8fe23fd4b49fa6397c6867de114de0e76 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 24 Nov 2021 16:13:53 +0100 Subject: actions: automatically assign new issues to triaging project Also some prettier formatting. --- .github/workflows/stylua.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/stylua.yml') diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 8fb28a28..e28130be 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -3,7 +3,7 @@ name: Stylua check on: push: branches: - - 'main' + - "main" pull_request: jobs: @@ -14,7 +14,7 @@ jobs: - name: Run Stylua check uses: JohnnyMorganz/stylua-action@1.0.0 with: - # token is needed because the action allegedly downloads binary from github releases - token: ${{ secrets.GITHUB_TOKEN }} - # CLI arguments - args: --check . + # token is needed because the action allegedly downloads binary from github releases + token: ${{ secrets.GITHUB_TOKEN }} + # CLI arguments + args: --check . -- cgit v1.2.3-70-g09d2