mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +00:00
parent
67d7c860e1
commit
89c826f401
3 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ steps:
|
|||
image: docker.io/woodpeckerci/plugin-prettier:0.1.0
|
||||
depends_on: []
|
||||
settings:
|
||||
version: 3.2.4
|
||||
version: 3.2.5
|
||||
|
||||
- name: links
|
||||
image: lycheeverse/lychee:0.14.3
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
"baseUrl": ".",
|
||||
"rootDir": "src",
|
||||
"pretty": true,
|
||||
"noEmit": false,
|
||||
},
|
||||
"noEmit": false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "@docusaurus/tsconfig",
|
||||
"include": ["src/"],
|
||||
"include": ["src/"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue