Skip to content

Commit 8deb039

Browse files
committed
update go
1 parent d6c00fb commit 8deb039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Check for license tags
7373
shell: bash
7474
run: |
75-
find . -type f \( -name "*.py" -o -name "*.cpp" -o -name "*.h" \) -exec "$HOME"/go/bin/addlicense -check {} +
75+
find . -type f \( -name "*.py" -o -name "*.cpp" -o -name "*.h" \) -exec /go/bin/addlicense -check {} +
7676
- name: Run ros_license_toolkit for each Package
7777
shell: bash
7878
run: |

0 commit comments

Comments
 (0)