From 22e8cadd55bd11c053357ec7b9831a03426ae600 Mon Sep 17 00:00:00 2001 From: Stefano Bourscheid Date: Thu, 12 Dec 2019 20:37:10 +0100 Subject: [PATCH] Add simplest usage possible --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 195cbfe..917ca58 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ jobs: steps: - uses: actions/checkout@v1 - uses: stefanoeb/eslint-action@1.0.0 - 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: