chore: Add eslint github check (#1067)

This commit is contained in:
Attila Kerekes
2022-12-11 17:44:37 +00:00
committed by GitHub
parent 5eb1f55b82
commit 3c9f361f5f
10 changed files with 135 additions and 234 deletions

View File

@@ -40,6 +40,9 @@ jobs:
- name: Run yarn
run: yarn && yarn dev
- name: Run ESLint
run: yarn lint
- name: Run tests
run: php artisan test
env: