Skip to content

Commit 9599600

Browse files
committed
Fix ci scripts
1 parent 7e5cc5e commit 9599600

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: go mod download
3838

3939
- name: Check formatting
40+
if: matrix.os == 'ubuntu-latest' # Formatting check is platform-agnostic, so only run it once to save time
4041
run: |
4142
$unformatted = gofmt -l .
4243
if ($unformatted) {

0 commit comments

Comments
 (0)