From b581c2e87788baaade9765b10f310977f27c0cba Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Tue, 1 Feb 2022 15:47:10 +0800 Subject: [PATCH] Style(workflows): auto reformat --- .github/workflows/codeql-analysis.yml | 20 ++++++++++---------- .github/workflows/linter.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8778a3c..d4f6697 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,16 +15,16 @@ jobs: language: [ 'go' ] steps: - - name: Checkout repository - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v2 - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} - - name: Autobuild - uses: github/codeql-action/autobuild@v1 + - name: Autobuild + uses: github/codeql-action/autobuild@v1 - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 26d318c..11ab0f2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,5 +1,5 @@ name: Linter -on: [push, pull_request] +on: [ push, pull_request ] jobs: lint: runs-on: ubuntu-latest