Skip to content

Commit 4988d46

Browse files
committed
Fix the indentation for some steps in the gemspec job
1 parent b9e8719 commit 4988d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
bundler-cache: true
2121
ruby-version: ruby
2222

23-
- name: Generate .gemspec
23+
- name: Generate .gemspec
2424
run: bundle exec rake gem:gemspec
2525

26-
- name: Ensure no changes
26+
- name: Ensure no changes
2727
run: git diff --quiet
2828

2929
profile:

0 commit comments

Comments
 (0)