Skip to content

Add regexes visualization, editing and deletion to service page #15

Add regexes visualization, editing and deletion to service page

Add regexes visualization, editing and deletion to service page #15

Triggered via pull request March 6, 2024 16:55
Status Failure
Total duration 40s
Billable time 1m
Artifacts

web-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: web/frontend/src/components/ServiceRegexesList.tsx#L41
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: web/frontend/src/components/ServiceRegexesList.tsx#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: web/frontend/src/components/ServiceRegexesList.tsx#L77
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: web/frontend/src/components/ServiceRegexesList.tsx#L87
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: web/frontend/src/components/ServiceRegexesList.tsx#L119
Promise-returning function provided to attribute where a void return was expected
lint: web/frontend/src/components/ServiceRegexesList.tsx#L138
Promise-returning function provided to attribute where a void return was expected
lint: web/frontend/src/components/ServiceRegexesList.tsx#L143
Promise-returning function provided to attribute where a void return was expected
lint: web/frontend/src/components/ServiceRegexesList.tsx#L170
Promise-returning function provided to attribute where a void return was expected
lint: web/frontend/src/components/ServiceRegexesList.tsx#L175
Promise-returning function provided to attribute where a void return was expected
lint: web/frontend/src/hooks/useFetch.ts#L26
Expected indentation of 2 spaces but found 0
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.