We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f70f commit f68d6faCopy full SHA for f68d6fa
.github/workflows/update-sponsors.yml
@@ -62,10 +62,14 @@ jobs:
62
run: |
63
pnpm install --frozen-lockfile
64
65
+ - name: Format sponsor files
66
+ run: |
67
+ pnpm exec oxfmt packages/docs/.vitepress/theme/components/sponsors.json README.md
68
+
69
- name: Check for changes
70
id: sponsors-after
71
- if git diff --quiet; then
72
+ if git diff --quiet -- packages/docs/.vitepress/theme/components/sponsors.json README.md; then
73
echo "changed=false" >> "$GITHUB_OUTPUT"
74
else
75
echo "changed=true" >> "$GITHUB_OUTPUT"
0 commit comments