Skip to content

Commit

Permalink
This ain't a good commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Oct 21, 2024
1 parent 7ae0819 commit 618156b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ runs:
run: git fetch --unshallow
shell: bash

- name: Ensure commits from forks are fetched (testing)
run: git ls-remote
shell: bash

- name: Check that every commit name includes an issue reference like "#1"
run: |
set -eo pipefail
Expand Down

0 comments on commit 618156b

Please sign in to comment.