From 43bdc4b90b71dfabbf2a7a238f66e10d82f50e4d Mon Sep 17 00:00:00 2001 From: garrettladley Date: Mon, 23 Sep 2024 11:19:05 -0400 Subject: [PATCH] fix: fmt ghwf file --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f03ed5..a20b5ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,9 @@ on: branches: [ main ] jobs: - test: name: Test runs-on: ubuntu-latest - steps: - name: Set up Go uses: actions/setup-go@v4