mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 14:46:40 +09:00
tweak ci
This commit is contained in:
parent
5ec07ede7c
commit
9b72e02da3
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
||||
- frontend
|
||||
- sw
|
||||
lint:
|
||||
- typecheck
|
||||
- eslint
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmitOnError": false,
|
||||
"noEmitOnError": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedParameters": false,
|
||||
|
Loading…
Reference in New Issue
Block a user