Skip to content

Commit

Permalink
action: setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
edganiukov committed Jun 16, 2023
1 parent 409c074 commit bcac85e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 'stable'

- name: Check Go formatting
run: go fmt ./... && git diff --exit-code
Expand Down

0 comments on commit bcac85e

Please sign in to comment.