diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e20c9e8d..bb8a3c50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,12 +30,8 @@ jobs: go-tests: runs-on: ubuntu-latest - timeout-minutes: 15 steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: 1.18 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..8917ea2b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "go.lintOnSave": "workspace", + "go.lintTool": "golangci-lint" +}