From 0b7f020d88b891c6cfd88eb2bd46ff2ebe5b5932 Mon Sep 17 00:00:00 2001 From: Krr0ptioN Date: Sun, 28 Jul 2024 15:43:34 +0300 Subject: [PATCH] chore: linting --- .github/workflows/pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 47245b7..984ce1f 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -36,12 +36,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 # fetch all history for .GitInfo and .Lastmod + fetch-depth: 0 # fetch all history for .GitInfo and .Lastmod submodules: recursive - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: "1.22" - name: Setup Pages id: pages uses: actions/configure-pages@v4