Skip to content

Commit

Permalink
Make GitHub actions green
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 3, 2024
1 parent 873d77e commit f640045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
shell: bash
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fmt
if: matrix.platform != 'windows-latest' # :(
run: "diff <(gofmt -d .) <(printf '')"
Expand Down
Empty file added go.sum
Empty file.

0 comments on commit f640045

Please sign in to comment.