We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4bce0 commit f5326f9Copy full SHA for f5326f9
README.md
@@ -69,13 +69,13 @@ steps:
69
70
### Working directory
71
72
-The `working-dir` option can be especially useful when the eslint installation is not located in the root directory.
+The `working-directory` option can be especially useful when the eslint installation is not located in the root directory.
73
74
```yml
75
steps:
76
- uses: sibiraj-s/action-eslint@v3
77
with:
78
- working-dir: apps/website
+ working-directory: apps/website
79
```
80
81
Note: When using this option, options such as `ignore-path` will be resolved based on the specified directory and files
0 commit comments