We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a46e94 commit 3ef17ccCopy full SHA for 3ef17cc
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
# Check if original code changed due to formatting.
36
git diff --exit-code
37
# Fetch main to only show new lint issues.
38
- git fetch origin main:main
+ git fetch -u origin main:main
39
make lint
40
41
- name: Build
0 commit comments