Shopify / constant_resolver

Resolve a partially qualified Ruby constant reference to the fully qualified name and the path of the file defining it.
MIT License
26 stars 10 forks source link

Github Actions #15

Closed gmcgibbon closed 4 years ago

gmcgibbon commented 4 years ago

Add lint to github actions, rename workflow to CI.

How can I make this more DRY?

Closes https://github.com/Shopify/constant_resolver/pull/10.

gmcgibbon commented 4 years ago

I tried a shared build hash but it gave me a syntax error, but my YAML-fu might not be up to par. This is probably fine for now then. Thanks! 👍