Skip to content

Commit d266505

Browse files
committed
Fix danger.yml workflow
Resolves the following error: Invalid workflow file: .github/workflows/danger.yml#L1 (Line: 20, Col: 12): Unexpected value '' Commit 8b95198 should've removed this alongside the `ruby-version: ` code.
1 parent 1c27691 commit d266505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/danger.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
# Install Ruby - using the version found in the Gemfile.lock
1818
- name: 'Install Ruby'
1919
uses: ruby/setup-ruby@v1
20-
with:
2120

2221
- name: 'Bundle Install'
2322
run: |

0 commit comments

Comments
 (0)