fix prettier action

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-12-03 02:16:27 +00:00
parent 793e7891b3
commit a722d755fd

View File

@ -23,7 +23,5 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: sudo npm install
- name: Start local http server
run: sudo npm run http-server &
- name: Run tests
run: sudo npm lint-prettier
run: sudo npm run lint-prettier