Skip to content

Commit 8daa089

Browse files
author
David Zuckerman
committed
fixed syntax error in build.yml
1 parent 06cd252 commit 8daa089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
docker compose exec app rspec --format progress --format html --out artifacts/rspec.html
142142
143-
- name: Run Rubocop
143+
- name: Run Rubocop
144144
if: ${{ always() }}
145145
run: |
146146
docker compose exec app rubocop --format progress --format html --out artifacts/rubocop.html

0 commit comments

Comments
 (0)