Skip to content

Commit 6d0ff37

Browse files
committed
don't fetch, with act, locally we don't have access to the git ssh key
1 parent 6f43ca7 commit 6d0ff37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/lint-license.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ jobs:
1212
- name: Check out the project
1313
uses: actions/checkout@v4
1414

15-
# This is so `make license` doesn't say "bad revision origin/main"
16-
- name: Fetch origin for diff
17-
run: git fetch origin
18-
1915
- name: Check license headers
2016
run: make license

0 commit comments

Comments
 (0)