Fix for eslint action

This commit is contained in:
Burner 2022-07-25 20:51:01 -05:00
parent 1094dbce98
commit 8ef68cac76
No known key found for this signature in database
GPG key ID: 0DDB54067D8055E7

View file

@ -29,6 +29,8 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json
- run: npm install
- name: Run ESLint
run: npx eslint .
--config .eslintrc.yml