diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa1defc3..875de5d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,15 +1,12 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go - name: Go on: ["push", "pull_request"] jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - - uses: dominikh/staticcheck-action@v1.2.0 - with: - version: "2022.1.1" + - uses: actions/checkout@v1 + - uses: dominikh/staticcheck-action@v1.2.0 + with: + version: "2022.1.1"