We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5cc5e commit 9599600Copy full SHA for 9599600
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
run: go mod download
38
39
- name: Check formatting
40
+ if: matrix.os == 'ubuntu-latest' # Formatting check is platform-agnostic, so only run it once to save time
41
run: |
42
$unformatted = gofmt -l .
43
if ($unformatted) {
0 commit comments