mirror of https://github.com/openXC7/prjxray.git
ci: mv check_*.sh scripts/
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
4b163fe358
commit
3d801be604
4
Makefile
4
Makefile
|
|
@ -128,8 +128,8 @@ format: format-cpp format-docs format-py format-tcl format-trailing-ws
|
||||||
.PHONY: format format-cpp format-py format-tcl format-trailing-ws
|
.PHONY: format format-cpp format-py format-tcl format-trailing-ws
|
||||||
|
|
||||||
check-license:
|
check-license:
|
||||||
@./.github/check_license.sh
|
@./.github/scripts/check_license.sh
|
||||||
@./.github/check_python_scripts.sh
|
@./.github/scripts/check_python_scripts.sh
|
||||||
|
|
||||||
.PHONY: check-license
|
.PHONY: check-license
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue