diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 39400a0..694f386 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,6 +14,9 @@ jobs: Test: runs-on: ubuntu-latest steps: + - name: Hello + run: echo I am first + - uses: actions/checkout@v3 - name: Set up Go