Bogdanp / setup-racket

A GH action for installing Racket.
MIT License
49 stars 9 forks source link

Typo in blog post #34

Closed countvajhula closed 3 years ago

countvajhula commented 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:

+        racket-variant: ['BC', 'CS']
Bogdanp commented 3 years ago

Thanks for the report! This is now fixed.