From b6bad9db261eca05ebd75720aeed1b5c196a3941 Mon Sep 17 00:00:00 2001 From: Suyash Kumar Date: Thu, 10 Mar 2022 16:40:52 -0800 Subject: [PATCH] remove trailing spaces --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b7c364d..1ca0b5c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: test +name: test on: [push, pull_request] jobs: @@ -13,7 +13,7 @@ jobs: go-version: 1.17 id: go - - name: Check out code + - name: Check out code uses: actions/checkout@v1 - name: Get dependencies