-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third party dir not excluded by license check #17
Comments
For reference, this is the failing CI |
I am not sure how to grab the exclude lists from the action.yml and pass them to the script. I believe that the issue here is that those exclusion list are actually empty, hence the error. |
@acomodi the arguments/options defined in |
@umarcor all right, thanks for the explanation. I wonder why the third parties repos are not excluded and the check is performed on them as well From the action run, this is the setup of the check action:
Might it be the ordering of the call to the various gh actions in the workflow? Additionally, how one would add more items to the exclusion list? |
@acomodi - It does seem the exclusion lists are not being connected to the scripts. |
The docker command seems to be run using;
Which means the |
Oh, I'm confused the |
Actually it just seems to be that shell scripts are bad and we should should stop writing them. I'll probably attempt #21 tomorrow. |
The pull request at #20 tests the exclude feature and shows it doesn't currently work. |
@mithro, when |
This will be fixed by #20. |
I wanted to use this check in GH actions with
Symbiflow/actions/checks@main
and got this error:Apart from the correct first three errors, all the other ones should not happen as they are in third_party directories.
The text was updated successfully, but these errors were encountered: