config-path -> config_path

This commit is contained in:
Gabe Kangas
2021-10-13 19:26:12 -07:00
parent e7e757a53e
commit 4b62583a25

View File

@@ -18,6 +18,6 @@ jobs:
- name: Linter
uses: tj-actions/eslint-changed-files@v7.3
with:
config-path: '.eslintrc.js'
config_path: '.eslintrc.js'
ignore-path: '.eslintignore'
extensions: 'ts,tsx,js,jsx'