From 022094743e2b685f872c5d88f5eba059976921d7 Mon Sep 17 00:00:00 2001 From: Cole Snodgrass Date: Mon, 6 May 2024 13:34:50 -0700 Subject: [PATCH] rename job from fmt -> build --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3331631..413c2f2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] jobs: - fmt: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4