We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880a6ba commit 1cd5846Copy full SHA for 1cd5846
.github/actions/setup-llgo/action.yml
@@ -1,7 +1,7 @@
1
-name: 'Setup LLGO'
2
-description: 'Setup LLGO from precompiled release'
+name: "Setup LLGO"
+description: "Setup LLGO from precompiled release"
3
runs:
4
- using: 'composite'
+ using: "composite"
5
steps:
6
- name: Setup LLGO
7
shell: bash
@@ -16,4 +16,4 @@ runs:
16
echo "$PWD/llgo/bin" >> $GITHUB_PATH
17
# Verify LLGO is available
18
chmod +x llgo/bin/llgo
19
- ./llgo/bin/llgo version || echo "Failed to get LLGO version"
+ ./llgo/bin/llgo version || echo "Failed to get LLGO version"
.github/scripts/validate_embed_packages.sh
@@ -444,4 +444,4 @@ main() {
444
}
445
446
# Run main function with all arguments
447
-main "$@"
+main "$@"
0 commit comments