Skip to content

docs: tweaks

docs: tweaks #372

Triggered via pull request September 9, 2024 07:15
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Lint and Typecheck
17s
Lint and Typecheck
Test
21s
Test
Build Library
12s
Build Library
Test Website
13s
Test Website
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 1 warning
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.
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'.
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/