Commit 8776312 1 parent 10f4cc0 commit 8776312 Copy full SHA for 8776312
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,15 @@ jobs:
69
69
steps :
70
70
- name : Checkout code
71
71
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
- # with:
73
- # clean: true
74
- # set-safe-directory: /venvs/ros-license-toolkit
75
72
- name : Check for license tags
76
73
shell : bash
77
74
run : |
78
75
find . -type f \( -name "*.py" -o -name "*.cpp" -o -name "*.h" \) -exec /go/bin/addlicense -check {} +
79
76
- name : Run ros_license_toolkit for each Package
80
77
shell : bash
81
78
run : |
82
- # git config --global --add safe.directory /__w/scenario-execution/scenario-execution
79
+ git config --global --add safe.directory /__w/scenario-execution/scenario-execution
80
+ git config --global --add safe.directory /venvs/ros-license-toolkit
83
81
find . -name "package.xml" | while IFS= read -r pkg_file; do
84
82
pkg_dir=$(dirname "$pkg_file")
85
83
pkg_name=$(basename "$pkg_dir")
You can’t perform that action at this time.
0 commit comments