Skip to content

docs: tweaks

docs: tweaks #373

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

ci.yml

on: pull_request
Lint and Typecheck
14s
Lint and Typecheck
Test
19s
Test
Build Library
18s
Build Library
Test Website
16s
Test Website
Fit to window
Zoom out
Zoom in

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/