From f7ff16e84ee31b02d3a45ac5400b7d0905dc72d8 Mon Sep 17 00:00:00 2001 From: Ashin Antony <83629316+ashincoder@users.noreply.github.com> Date: Fri, 27 Aug 2021 09:38:16 +0530 Subject: [PATCH] Update format.yml A document of yaml must not have a indent in the start of the line. --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1c342d0..e1f9eba 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,4 +1,4 @@ - name: format +name: format on: push: