Skip to content

Commit 3558ee1

Browse files
committed
fix 無効な記述があったので有効化した。
1 parent 67ba63e commit 3558ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
TZ: Asia/Tokyo
3030
run: |
3131
make gen_samples
32-
32+
3333
clean=$(git status | grep "nothing to commit" || true)
3434
if [ -z "$clean" ]; then
3535
git diff
@@ -40,4 +40,4 @@ jobs:
4040
uses: golangci/golangci-lint-action@v2
4141
with:
4242
args: "--config=.github/.golangci.yml"
43-
skip-go-installation: true`
43+
skip-go-installation: true

0 commit comments

Comments
 (0)