Skip to content

Commit c6a5ae3

Browse files
dentargsporkmonger
authored andcommitted
Better git diff for gemspec job
1 parent fdd6264 commit c6a5ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: bundle exec rake gem:gemspec
2525

2626
- name: Ensure no changes
27-
run: git diff --quiet
27+
run: |
28+
git diff --quiet --ignore-matching-lines='s.rubygems_version =' --ignore-matching-lines='s.date ='
2829
2930
profile:
3031
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)