@@ -88,19 +88,20 @@ export default {
88
88
89
89
## Inputs
90
90
91
- | Name | Description | Required | Default |
92
- | ------------------- | ------------------------------------------------------------------- | -------- | --------------------------- |
93
- | token | Token used for pushing fixes and commenting on PRs. | true | |
94
- | working-directory | Working directory to run the action in | false | "." |
95
- | web-components-src | The path to the directory containing the web components source code | false | "src/\* _ /_ .{ts,tsx}" |
96
- | test-src | The path to the directory containing the test source code | false | "src/test/\* _ /_ .test.ts" |
97
- | test-results-path | The path to the test results file | false | "./test-results.xml" |
98
- | coverage-path | The path to the coverage file | false | "coverage/lcov.info" |
99
- | run-static-analysis | Whether to run static analysis | false | true |
100
- | run-code-formatting | Whether to run code formatting | false | true |
101
- | run-tests | Whether tests should be run. | false | true |
102
- | run-coverage | Whether to run coverage | false | true |
103
- | create-comment | Whether to create a comment on the PR | false | true |
104
- | coverage-pass-score | The minimum coverage score required to pass | false | "80" |
105
- | eslint-config-path | The path to the ESLint configuration file | false | "eslint.config.\* " |
106
- | test-config-path | The path to the test configuration file | false | "web-test-runner.config.\* " |
91
+ | Name | Description | Required | Default |
92
+ | ------------------- | ------------------------------------------------------------------- | -------- | --------------------------------------------------------------------- |
93
+ | token | Token used for pushing fixes and commenting on PRs. | true | |
94
+ | working-directory | Working directory to run the action in | false | "." |
95
+ | web-components-src | The path to the directory containing the web components source code | false | "src/\* _ /_ .{ts,tsx}" |
96
+ | test-src | The path to the directory containing the test source code | false | "src/test/\* _ /_ .test.ts" |
97
+ | test-results-path | The path to the test results file | false | "./test-results.xml" |
98
+ | coverage-path | The path to the coverage file | false | "coverage/lcov.info" |
99
+ | run-static-analysis | Whether to run static analysis | false | true |
100
+ | run-code-formatting | Whether to run code formatting | false | true |
101
+ | run-tests | Whether tests should be run. | false | true |
102
+ | run-coverage | Whether to run coverage | false | true |
103
+ | create-comment | Whether to create a comment on the PR | false | true |
104
+ | coverage-pass-score | The minimum coverage score required to pass | false | "80" |
105
+ | eslint-config-path | The path to the ESLint configuration file | false | "eslint.config.\* " |
106
+ | test-config-path | The path to the test configuration file | false | "web-test-runner.config.\* " |
107
+ | eslint-cmd | The command used for eslint | false | "npx eslint -f unix $web-components-src --config $eslint-config-path" |
0 commit comments