cloudflare / pages-action

MIT License
440 stars 91 forks source link

Use correct indentation from workflow file #91

Closed oSumAtrIX closed 1 year ago

WalshyDev commented 1 year ago

Thanks for fixing this. Can we also exclude md from editorconfig so it doesn't do this (not ideal but it's fine for now) - https://github.com/cloudflare/pages-action/blob/main/.editorconfig#L9

oSumAtrIX commented 1 year ago

Maybe it is possible to add markdown files as a separate rule to override the rule matching * as a better approach. This should be done in a separate PR (or commit at least)

WalshyDev commented 1 year ago

editorconfig handled in #93