mirror of https://github.com/openXC7/prjxray.git
ci: mv update-contributing.py scripts/
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
5e8eb1abe6
commit
41ee22aca7
2
Makefile
2
Makefile
|
|
@ -88,7 +88,7 @@ format-cpp:
|
||||||
find . -name \*.h $(FORMAT_EXCLUDE) -print0 | xargs -0 -P $$(nproc) ${CLANG_FORMAT} -style=file -i
|
find . -name \*.h $(FORMAT_EXCLUDE) -print0 | xargs -0 -P $$(nproc) ${CLANG_FORMAT} -style=file -i
|
||||||
|
|
||||||
format-docs:
|
format-docs:
|
||||||
./.github/update-contributing.py
|
./.github/scripts/update-contributing.py
|
||||||
|
|
||||||
PYTHON_FORMAT ?= yapf
|
PYTHON_FORMAT ?= yapf
|
||||||
format-py:
|
format-py:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue