You've already forked AstralRinth
forked from didirus/AstralRinth
Fix lint again
This commit is contained in:
3
.github/workflows/turbo-ci.yml
vendored
3
.github/workflows/turbo-ci.yml
vendored
@@ -75,3 +75,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm test
|
run: pnpm test
|
||||||
|
env:
|
||||||
|
SQLX_OFFLINE: true
|
||||||
|
DATABASE_URL: postgresql://labrinth:labrinth@localhost/postgres
|
||||||
|
|||||||
13
turbo.json
13
turbo.json
@@ -19,14 +19,23 @@
|
|||||||
"SQLX_OFFLINE"
|
"SQLX_OFFLINE"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lint": {},
|
"lint": {
|
||||||
|
"env": [
|
||||||
|
"SQLX_OFFLINE"
|
||||||
|
]
|
||||||
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"persistent": true,
|
"persistent": true,
|
||||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||||
"env": ["DISPLAY", "WEBKIT_DISABLE_DMABUF_RENDERER"]
|
"env": ["DISPLAY", "WEBKIT_DISABLE_DMABUF_RENDERER"]
|
||||||
},
|
},
|
||||||
"test": {},
|
"test": {
|
||||||
|
"env": [
|
||||||
|
"SQLX_OFFLINE",
|
||||||
|
"DATABASE_URL"
|
||||||
|
]
|
||||||
|
},
|
||||||
"fix": {
|
"fix": {
|
||||||
"cache": false
|
"cache": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user