Skip to content

Commit 3ef17cc

Browse files
authored
[CI] Fix fetch to work from main (#6)
#### Type of change - Test update #### Description - Fix fetch to work from main Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
1 parent 5a46e94 commit 3ef17cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Check if original code changed due to formatting.
3636
git diff --exit-code
3737
# Fetch main to only show new lint issues.
38-
git fetch origin main:main
38+
git fetch -u origin main:main
3939
make lint
4040
4141
- name: Build

0 commit comments

Comments
 (0)