mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-08 12:17:13 -06:00
added prettier to github acions
This commit is contained in:
10
.github/workflows/testAutomatic.yaml
vendored
10
.github/workflows/testAutomatic.yaml
vendored
@ -42,7 +42,9 @@ jobs:
|
||||
- name: checkout to repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Run ESLint
|
||||
run: eslint . --ext .js,.jsx,.ts,.tsx
|
||||
- name: Install packages
|
||||
run: npm ci
|
||||
- name: Prettier
|
||||
run: npm run format
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
Reference in New Issue
Block a user