mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix prettier action
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
793e7891b3
commit
a722d755fd
4
.github/workflows/prettier-linting.yml
vendored
4
.github/workflows/prettier-linting.yml
vendored
@ -23,7 +23,5 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo npm install
|
run: sudo npm install
|
||||||
- name: Start local http server
|
|
||||||
run: sudo npm run http-server &
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sudo npm lint-prettier
|
run: sudo npm run lint-prettier
|
||||||
|
Loading…
Reference in New Issue
Block a user