Skip to content

Commit bd15edb

Browse files
fix: formating changes
1 parent faeeeb4 commit bd15edb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+7601
-7554
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: 🟢 Setup Node.js runtime
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version-file: '.nvmrc'
33-
cache: 'pnpm'
32+
node-version-file: ".nvmrc"
33+
cache: "pnpm"
3434

3535
- name: Enable Corepack
3636
run: corepack enable

.github/workflows/docs-to-vector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424
}')
2525
2626
echo "$payload" > /tmp/payload.json
27-
27+
2828
- name: Connect to company network
2929
uses: tailscale/github-action@v3
3030
with:
3131
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
3232
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3333
tags: tag:ci
34-
34+
3535
- name: Call Webhook (Preview)
3636
run: |
3737
payload=$(cat /tmp/payload.json)
3838
sig=$(printf '%s' "$payload" | \
3939
openssl dgst -sha256 -hmac "${{ secrets.VECTOR_WEBHOOK_SECRET_PREVIEW }}" -binary | xxd -p -c 256)
40-
40+
4141
curl -X POST \
4242
-H "Content-Type: application/json" \
4343
-H "X-Hub-Signature-256: sha256=$sig" \
@@ -50,7 +50,7 @@ jobs:
5050
payload=$(cat /tmp/payload.json)
5151
sig=$(printf '%s' "$payload" | \
5252
openssl dgst -sha256 -hmac "${{ secrets.VECTOR_WEBHOOK_SECRET }}" -binary | xxd -p -c 256)
53-
53+
5454
if [ "${{ secrets.VECTOR_WEBHOOK_URL }}" != "none" ]; then
5555
curl -X POST \
5656
-H "Content-Type: application/json" \

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"printWidth": 85,
2+
"printWidth": 120,
33
"tabWidth": 2,
4-
"singleQuote": true
4+
"trailingComma": "es5"
55
}

0 commit comments

Comments
 (0)