We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb18cda commit 22e8cadCopy full SHA for 22e8cad
README.md
@@ -26,8 +26,6 @@ jobs:
26
steps:
27
- uses: actions/checkout@v1
28
- uses: stefanoeb/eslint-action@1.0.0
29
- with:
30
- args: './src/**/*.{js,ts,tsx}'
31
```
32
33
By default it will run ESLint through all the files in the project. But you can also specify a glob of files on the `args`, just like ESLint:
0 commit comments