-
Notifications
You must be signed in to change notification settings - Fork 6
Replace shell scripts with proper Python scripts #21
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
Comments
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro
pushed a commit
to mithro/actions
that referenced
this issue
Apr 18, 2021
Fixes f4pga#21. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This will be fixed by #20. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The scripts https://github.com/SymbiFlow/actions/blob/main/checks/check_license.sh and https://github.com/SymbiFlow/actions/blob/main/checks/check_python_script.sh are currently written in bash which means they are most certainly broken when handling paths with spaces and other unusual characters.
It would be much better if these scripts were just written in Python instead.
The text was updated successfully, but these errors were encountered: