Skip to content

Use OIDC for release to npm #166

Use OIDC for release to npm

Use OIDC for release to npm #166

Triggered via push December 18, 2025 05:50
Status Success
Total duration 1m 27s
Artifacts

test.yml

on: push
lint-and-test
36s
lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint-and-test: tests/rules/javascript/sample.js#L45
Useless constructor
lint-and-test: tests/rules/javascript/sample.js#L41
'then' is restricted from being used as an exported name
lint-and-test: tests/rules/javascript/sample.js#L40
'default' is restricted from being used as an exported name
lint-and-test: tests/rules/javascript/sample.js#L35
Expected to call 'super()'
lint-and-test: tests/rules/javascript/sample.js#L28
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
lint-and-test: tests/rules/javascript/sample.js#L8
Unexpected constant condition
lint-and-test: tests/rules/javascript/sample.js#L5
'name' is assigned a value but never used
lint-and-test: tests/rules/javascript/sample.js#L1
'nothing' is defined but never used
lint-and-test: tests/rules/javascript/sample.js#L1
nothing not found in './module.js'
lint-and-test: tests/rules/javascript/sample.js#L1
File has too many classes (3). Maximum allowed is 1
lint-and-test: tests/rules/next/components/tailwindcss-sample.tsx#L2
Classname 'custom' is not a Tailwind CSS class!
lint-and-test: tests/rules/next/components/tailwindcss-sample.tsx#L2
Invalid Tailwind CSS classnames order
lint-and-test: tests/rules/react/sample2.tsx#L7
Prefer default export to be present on every file that has export
lint-and-test: tests/rules/javascript/sample.js#L9
Unexpected console statement