Skip to content

Commit

Permalink
ci: add a step to check all Go env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 19, 2024
1 parent 7411ecb commit 8ce92f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Get go2v
uses: actions/checkout@v2

- name: Check GO env variables
run: go env

- name: Check code formatting
run: |
v fmt -diff .
Expand Down

0 comments on commit 8ce92f2

Please sign in to comment.