Closed countvajhula closed 3 years ago
Thanks for making this repo! Just reporting a typo in the linked blog post about this repo:
+ strategy: + matrix: + racket-variant: ['BC, 'CS'] + name: Test on ${{ matrix.racket-variant }} Racket
Github complains "You have an error in your yaml syntax"
It's because of a missing closing quote there after BC:
BC
+ racket-variant: ['BC', 'CS']
Thanks for the report! This is now fixed.
Thanks for making this repo! Just reporting a typo in the linked blog post about this repo:
Github complains "You have an error in your yaml syntax"
It's because of a missing closing quote there after
BC
: