Skip to content

Fixed links and also added link to English Guideline #1116 #722

Fixed links and also added link to English Guideline #1116

Fixed links and also added link to English Guideline #1116 #722

Triggered via push October 17, 2023 06:35
Status Success
Total duration 2m 45s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
storybook
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: src/components/DateSelector/index.tsx#L12
Unexpected any. Specify a different type
lint: src/components/DateTimeSelector/index.tsx#L12
Unexpected any. Specify a different type
lint: src/components/Footer/index.tsx#L24
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
lint: src/components/FormItemSpacer/index.tsx#L19
Unexpected any. Specify a different type
lint: src/components/Table/index.tsx#L54
Unexpected any. Specify a different type
lint: src/components/Table/index.tsx#L55
Unexpected any. Specify a different type
lint: src/components/TimeSelector/index.tsx#L12
Unexpected any. Specify a different type
lint: src/contexts/auth/index.tsx#L25
Caution: `firebase` also has a named export `apps`. Check if you meant to write `import {apps} from 'firebase/app'` instead
lint: src/contexts/auth/index.tsx#L26
Caution: `firebase` also has a named export `initializeApp`. Check if you meant to write `import {initializeApp} from 'firebase/app'` instead
lint: src/contexts/auth/index.tsx#L109
Caution: `firebase` also has a named export `auth`. Check if you meant to write `import {auth} from 'firebase/app'` instead