Skip to content

Commit 1cd5846

Browse files
committed
ci:refine format
1 parent 880a6ba commit 1cd5846

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/setup-llgo/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: 'Setup LLGO'
2-
description: 'Setup LLGO from precompiled release'
1+
name: "Setup LLGO"
2+
description: "Setup LLGO from precompiled release"
33
runs:
4-
using: 'composite'
4+
using: "composite"
55
steps:
66
- name: Setup LLGO
77
shell: bash
@@ -16,4 +16,4 @@ runs:
1616
echo "$PWD/llgo/bin" >> $GITHUB_PATH
1717
# Verify LLGO is available
1818
chmod +x llgo/bin/llgo
19-
./llgo/bin/llgo version || echo "Failed to get LLGO version"
19+
./llgo/bin/llgo version || echo "Failed to get LLGO version"

.github/scripts/validate_embed_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,4 @@ main() {
444444
}
445445

446446
# Run main function with all arguments
447-
main "$@"
447+
main "$@"

0 commit comments

Comments
 (0)