mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add vulkan libs, exclude pylint
This commit is contained in:
parent
caaed712ed
commit
86fff7cd3d
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -48,4 +48,4 @@ jobs:
|
|||
- name: Pylint
|
||||
run: |
|
||||
pylint --version
|
||||
find . -type f -name "*.py" -print0 | xargs -0 pylint
|
||||
find . -type f -name "*.py" -not -path './ddnet-libs/*' -print0 | xargs -0 pylint
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f141c4e97ee0183204e55bd29f142fbcb3bff7a1
|
||||
Subproject commit 3ede7bee94de93ffdb4127e3b0adefa20181c00b
|
Loading…
Reference in a new issue