Skip to content

Commit 22e8cad

Browse files
committed
Add simplest usage possible
1 parent cb18cda commit 22e8cad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v1
2828
- uses: stefanoeb/eslint-action@1.0.0
29-
with:
30-
args: './src/**/*.{js,ts,tsx}'
3129
```
3230

3331
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

Comments
 (0)