Browse Source

Bump eslint-changed-files to v9

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

2
web/.github/workflows/linter.yml

@ -16,7 +16,7 @@ jobs: @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Linter
uses: tj-actions/eslint-changed-files@v8.6
uses: tj-actions/eslint-changed-files@v9
with:
config_path: '.eslintrc.js'
ignore_path: '.eslintignore'

Loading…
Cancel
Save