From 402c8771588b8e0a4daec62da5c6536b59a5d904 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Thu, 17 Oct 2024 16:46:56 +0200 Subject: [PATCH] fix(yaml): syntax comments are written prefixed by # symbol --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index f9aaa00..410c7b6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -13,7 +13,7 @@ jobs: with: go-version: '1.23' check-latest: true - fetch-depth: 1 // only get latest commit + fetch-depth: 1 # only get latest commit - name: Make run: make