diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d576ec45..a509261ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,14 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: '1.22' + - name: style check run: test -z $(go fmt ./...) diff --git a/README.md b/README.md index f2e2deefc1..e13513529a 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ small change another cover -test +no