ci: fix inconsistent indentation
authorAdrian Moennich <adrian@planetcoding.net>
Fri, 21 Aug 2020 09:27:26 +0000 (09:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Aug 2020 19:09:38 +0000 (12:09 -0700)
commit055747cd75c0904cc8122e5c12bd45e9f4743c30
treebe24cbdf8cc35bf3e84f943d6022f82e90d394b5
parentdc04167d378fb29d30e1647ff6ff51dd182bc9a3
ci: fix inconsistent indentation

While YAML allows different indentation styles as long as each block
is consistent, it is rather unusual to mix different indentations in
a single file.  Adjust to use two-space indentation everywhere.

Signed-off-by: Adrian Moennich <adrian@planetcoding.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml