Avoid using npm run for formatting check (something up with the runner?)
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Check Formatting
|
||||
run: npm run check-format
|
||||
run: npx prettier -c .
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user