Skip to content

Commit

Permalink
Add simplest usage possible
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoeb committed Dec 12, 2019
1 parent cb18cda commit 22e8cad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: stefanoeb/[email protected]
with:
args: './src/**/*.{js,ts,tsx}'
```

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:
Expand Down

0 comments on commit 22e8cad

Please sign in to comment.