Full-prettier-run (#8605)

* prettier

* remove markdown linting
This commit is contained in:
Jack Kavanagh
2025-04-11 13:37:19 +02:00
committed by Jay Wu
parent 375f3df94b
commit c54ef801c2
681 changed files with 37094 additions and 32693 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: package-lock.json
@@ -36,7 +36,7 @@ jobs:
- name: Install node version of node-libcurl for inso tests
run: node_modules/.bin/node-pre-gyp install --update-binary --directory node_modules/@getinsomnia/node-libcurl
- name : Build Inso
- name: Build Inso
run: npm run build -w insomnia-inso
- name: Run Inso unit tests