mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-15 15:40:11 +08:00
Fixed eslint action
This commit is contained in:
parent
9ec329569f
commit
8c0994cec3
6
.github/workflows/eslint.yml
vendored
6
.github/workflows/eslint.yml
vendored
@ -25,8 +25,4 @@ jobs:
|
||||
run: npm install --ignore-scripts
|
||||
|
||||
- name: Run ESLint
|
||||
uses: ninosaurus/eslint-check@v5
|
||||
with:
|
||||
eslint-config-path: "./.eslintrc.js"
|
||||
custom-directory: "."
|
||||
repo-token: ${{secrets.GITHUB_TOKEN}}
|
||||
run: eslint . --ext .js,.jsx,.ts.,tsx
|
||||
|
Loading…
Reference in New Issue
Block a user