embroider-build / addon-blueprint

Blueprint for v2-formatted Ember addons
MIT License
28 stars 23 forks source link

Three instead of two indent in ci.yml -> `concurrency` #251

Closed mkszepp closed 4 months ago

mkszepp commented 5 months ago

There are three spaces for indent instead of two. It makes no error, but it should be fixed (found out while migration from V1 to V2)

https://github.com/embroider-build/addon-blueprint/blob/b1168b4616adf748bd713c5af39e104325982e9b/files/.github/workflows/ci.yml#L10-L12

bertdeblock commented 4 months ago

Seems fixed? https://github.com/embroider-build/addon-blueprint/pull/247