Integrate into introspection #939
push.yml
on: push
Matrix: ci / test
ci
/
Lint source files
30s
ci
/
Run integration tests
1m 12s
ci
/
Run fuzzing tests
23s
ci
/
Check for commonly ignored files
3s
ci
/
Check health of package-lock.json file
15s
ci
/
Measure test coverage
29s
ci
/
Build 'npmDist' artifact
0s
ci
/
Build 'denoDist' artifact
0s
Deploy to `deno` branch
/
deploy-artifact-as-branch
Deploy to `npm` branch
/
deploy-artifact-as-branch
Annotations
11 errors
ci / Measure test coverage
Process completed with exit code 1.
|
ci / Lint source files:
src/type/schema.ts#L1
Run autofix to sort these imports!
|
ci / Lint source files:
src/type/schema.ts#L33
There should be at least one empty line between import groups
|
ci / Lint source files:
src/type/schema.ts#L34
`../error` import should occur before import of `./definition`
|
ci / Lint source files:
src/type/schema.ts#L34
It is not allowed to import from directory
|
ci / Lint source files:
src/type/schema.ts#L35
`../error/ErrorBehavior` import should occur before import of `./definition`
|
ci / Lint source files:
src/utilities/extendSchema.ts#L1
Run autofix to sort these imports!
|
ci / Lint source files:
src/utilities/extendSchema.ts#L85
There should be at least one empty line between import groups
|
ci / Lint source files:
src/utilities/extendSchema.ts#L86
`../error` import should occur before import of `./valueFromAST`
|
ci / Lint source files:
src/utilities/extendSchema.ts#L86
It is not allowed to import from directory
|
ci / Lint source files:
src/utilities/printSchema.ts#L100
Strings must use singlequote
|