mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 13:24:17 -06:00
changed to that it uses official eslint way
This commit is contained in:
parent
65615f6411
commit
5b49860575
4
.github/workflows/testAutomatic.yaml
vendored
4
.github/workflows/testAutomatic.yaml
vendored
@ -42,5 +42,7 @@ jobs:
|
|||||||
- name: checkout to repo
|
- name: checkout to repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install modules
|
||||||
|
run: yarn
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
uses: stefanoeb/eslint-action@1.0.2
|
run: eslint . --ext .js,.jsx,.ts,.tsx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user