Skip to content

Commit 546fd47

Browse files
Ensure repository is up to date
1 parent 70cc721 commit 546fd47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/commit-sqlx-changes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232

33+
- name: Ensure repository is up to date
34+
run: |
35+
git fetch origin
36+
git rebase origin/master
37+
3338
- name: install `just`
3439
run: sudo snap install --edge --classic just
3540

0 commit comments

Comments
 (0)