Skip to content

chore(ci): create workflow for lint #2

chore(ci): create workflow for lint

chore(ci): create workflow for lint #2

Triggered via pull request July 24, 2024 15:47
@axi92axi92
synchronize #2
feature/eslint
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
build (22.x): example/src/App.tsx#L1
Definition for rule 'simple-import-sort/imports' was not found
build (22.x): example/src/App.tsx#L1
Definition for rule 'simple-import-sort/exports' was not found
build (22.x): example/src/App.tsx#L1
Definition for rule 'unused-imports/no-unused-imports' was not found
build (22.x): example/src/App.tsx#L1
Definition for rule 'unused-imports/no-unused-vars' was not found
build (22.x): example/src/App.tsx#L50
'navigation' is defined but never used. Allowed unused args must match /^_/u
build (22.x): example/src/App.tsx#L72
'navigation' is defined but never used. Allowed unused args must match /^_/u
build (22.x): example/src/BleScreenComponents.tsx#L1
Definition for rule 'simple-import-sort/imports' was not found
build (22.x): example/src/BleScreenComponents.tsx#L1
Definition for rule 'simple-import-sort/exports' was not found
build (22.x): example/src/BleScreenComponents.tsx#L1
Definition for rule 'unused-imports/no-unused-imports' was not found
build (22.x): example/src/BleScreenComponents.tsx#L1
Definition for rule 'unused-imports/no-unused-vars' was not found
build (20.x)
The job was canceled because "_22_x" failed.
build (20.x)
The operation was canceled.
build (22.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/