We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5757eb commit 1b495cdCopy full SHA for 1b495cd
1 file changed
.github/workflows/ci.yml
@@ -140,6 +140,8 @@ jobs:
140
steps:
141
- uses: actions/checkout@v4
142
with: { fetch-depth: 0 }
143
+ - name: Pull latest changes from main
144
+ run: git pull --rebase origin main
145
- name: Setup pnpm
146
uses: pnpm/action-setup@v2
147
with: { version: 10 }
@@ -173,6 +175,8 @@ jobs:
173
175
174
176
177
178
179
180
181
182
0 commit comments