simpler eslint
Some checks failed
Lint / Run linters (push) Failing after 1m5s

This commit is contained in:
2023-05-01 23:04:01 +00:00
parent 4da9ea5179
commit 3feab3d957
2 changed files with 9 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Install Dependencies
run: apt update; apt install -y nodejs
run: apt update; apt install -y nodejs eslint
- name: Check out Git repository
uses: actions/checkout@v3
@@ -30,8 +30,5 @@ jobs:
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
uses: https://github.com/wearerequired/lint-action@v2
with:
eslint: true
prettier: true
- name: Run eslint
run: eslint *.js