Skip to content

Commit f1ded55

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f81bc8e commit f1ded55

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
}
3535
}
3636
},
37-
"image": "mcr.microsoft.com/devcontainers/go:latest",
3837
"features": {
3938
"ghcr.io/gvatsal60/dev-container-features/sonarlint": "latest"
4039
},
40+
"image": "mcr.microsoft.com/devcontainers/go:latest",
4141
"runArgs": [
4242
"--rm",
4343
"--name=vsc-${localEnv:USER}-${containerWorkspaceFolderBasename}-${devcontainerId}"
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Release MacUp
2-
32
on:
43
push:
54
branches:
65
- main
76
- master
8-
97
jobs:
108
release:
119
runs-on: macos-latest
@@ -18,13 +16,13 @@ jobs:
1816
go-version: "stable"
1917
- name: Build Go project
2018
run: make all
21-
# TODO: Will do in near future, need to rethink the release process
22-
# - name: Create Release
23-
# if: success()
24-
# uses: softprops/action-gh-release@v2
25-
# with:
26-
# tag_name: ${{ github.ref_name }}
27-
# name: Release ${{ github.ref_name }}
28-
# body: "Automated release for commit ${{ github.sha }}"
29-
# env:
30-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
# TODO: Will do in near future, need to rethink the release process
20+
# - name: Create Release
21+
# if: success()
22+
# uses: softprops/action-gh-release@v2
23+
# with:
24+
# tag_name: ${{ github.ref_name }}
25+
# name: Release ${{ github.ref_name }}
26+
# body: "Automated release for commit ${{ github.sha }}"
27+
# env:
28+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

macup/macup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ func SelectUpdates(config *Config) ([]string, error) {
269269
}
270270

271271
return selectedNames, nil
272-
}
272+
}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ func main() {
6363
fmt.Println(buffer.String())
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)