zebradevs/Web Components Code Quality

This action is designed to format and test Web Component repositories on pull requests. It helps ensure that your code meets the required quality standards.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenToken used for pushing fixes and commenting on PRsyes
working-directoryThe working directoryno.
web-components-srcThe path to the directory containing the web components source codenosrc/**/*.{ts,tsx}
test-srcThe path to the directory containing the test source codenosrc/test/**/*.test.ts
test-results-pathThe path to the test results fileno./test-results.xml
coverage-pathThe path to the coverage filenocoverage/lcov.info
run-static-analysisWhether to run static analysisnotrue
run-code-formattingWhether to run code formattingnotrue
run-testsWhether to run testsnotrue
run-coverageWhether to run coveragenotrue
create-commentWhether to create a comment on the PRnotrue
coverage-pass-scoreThe minimum coverage score required to passno80
eslint-config-pathThe path to the ESLint configuration filenoeslint.config.*
test-config-pathThe path to the test configuration filenoweb-test-runner.config.*
eslint-cmdThe command to run ESLintno""
lit-analyzer-cmdThe command to run lit analyzerno""

no outputs