Fix danger.yml workflow by aaronskiba · Pull Request #3573 · DMPRoadmap/roadmap

added 2 commits

October 8, 2025 09:31
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.

momo3404