From a0ef8783c8d924d8ae53f21b94389fe58f6ac478 Mon Sep 17 00:00:00 2001 From: robiiinos Date: Sat, 25 Jul 2020 15:32:39 +0200 Subject: [PATCH] Fix indentation --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 77ebe98..f533108 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: shfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 with: ref: master