From 20d7112a05a52103fbaebeaf31b77e27ed3f6500 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 25 Aug 2022 20:44:17 +0800 Subject: [PATCH] chore: update config files --- .github/workflows/tests.yml | 6 +----- .vscode/settings.json | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json 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" +}