Skip to content

Commit b07ab0e

Browse files
committed
add comment
1 parent e4605ff commit b07ab0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-sketches-deps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
compile-sketches:
99
runs-on: ubuntu-latest
1010
steps:
11+
# Checkout arduino-app-cli to extract the version from go.mod file dynamically.
12+
# This ensures that the same version of arduino-cli is used as a dependency.
1113
- name: Checkout arduino-app-cli repository
1214
uses: actions/checkout@v4
1315
with:

0 commit comments

Comments
 (0)