docs: tweaks #373
ci.yml
on: pull_request
Lint and Typecheck
14s
Test
19s
Build Library
18s
Test Website
16s
Annotations
13 errors and 1 warning
Lint and Typecheck:
src/__tests__/example-currency.ts#L18
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-currency.ts#L19
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-currency.ts#L20
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-currency.ts#L20
Argument of type '(EncodedRegex | null)[]' is not assignable to parameter of type 'RegexSequence'.
|
Lint and Typecheck:
src/__tests__/example-currency.ts#L21
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-currency.ts#L21
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-email.ts#L21
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-email.ts#L23
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-email.ts#L25
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Lint and Typecheck:
src/__tests__/example-filename.ts#L7
Type 'EncodedRegex | null' is not assignable to type 'RegexElement'.
|
Build Library:
src/patterns/hex-color.ts#L13
Argument of type 'EncodedRegex | null' is not assignable to parameter of type 'RegexSequence'.
|
Build Library:
src/patterns/hex-color.ts#L31
Argument of type 'EncodedRegex | null' is not assignable to parameter of type 'RegexSequence'.
|
Build Library
Process completed with exit code 2.
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|