mirror of
https://github.com/usememos/memos.git
synced 2025-02-12 01:10:38 +01:00
chore: update config files
This commit is contained in:
parent
922cc21abc
commit
20d7112a05
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -30,12 +30,8 @@ jobs:
|
|||||||
|
|
||||||
go-tests:
|
go-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"go.lintOnSave": "workspace",
|
||||||
|
"go.lintTool": "golangci-lint"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user