Skip to content

Commit 618156b

Browse files
committed
This ain't a good commit
1 parent 7ae0819 commit 618156b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ runs:
88
run: git fetch --unshallow
99
shell: bash
1010

11+
- name: Ensure commits from forks are fetched (testing)
12+
run: git ls-remote
13+
shell: bash
14+
1115
- name: Check that every commit name includes an issue reference like "#1"
1216
run: |
1317
set -eo pipefail

0 commit comments

Comments
 (0)