Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 3, 2024
1 parent 3983b6f commit 43b5b0e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
version: latest
args: release --clean --verbose --config .goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ go.work.sum

# build artifacts
build/
uds-releaser
uds-releaser
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ release:
name: uds-releaser
prerelease: auto
mode: append
draft: false
draft: false
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"packagePatterns": ["*"]
}
]
}
}
2 changes: 1 addition & 1 deletion src/types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ type Flavor struct {

type ReleaserConfig struct {
Flavors []Flavor `yaml:"flavors"`
}
}
2 changes: 1 addition & 1 deletion src/utils/zarf.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ func GetPackageName() (string, error) {
}

return zarfPackage.Metadata.Name, nil
}
}
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ tasks:
- name: build-cli-mac-apple
description: build the CLI for Mac Apple
actions:
- cmd: GOOS=darwin GOARCH=arm64 go build -ldflags="${BUILD_ARGS}" -o build/uds-releaser-mac-apple main.go
- cmd: GOOS=darwin GOARCH=arm64 go build -ldflags="${BUILD_ARGS}" -o build/uds-releaser-mac-apple main.go

0 comments on commit 43b5b0e

Please sign in to comment.