mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-24 06:00:07 +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
|
run: npm install --ignore-scripts
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
uses: ninosaurus/eslint-check@v5
|
run: eslint . --ext .js,.jsx,.ts.,tsx
|
||||||
with:
|
|
||||||
eslint-config-path: "./.eslintrc.js"
|
|
||||||
custom-directory: "."
|
|
||||||
repo-token: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user