Browse Source

config-path -> config_path

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
4b62583a25
  1. 2
      web/.github/workflows/linter.yml

2
web/.github/workflows/linter.yml

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

Loading…
Cancel
Save