Skip to content

Commit

Permalink
Moved winetricks to submodule (#125)
Browse files Browse the repository at this point in the history
* Moved winetricks to submodule

* Checkout submodules for CI

* Linter exception for subprojects
  • Loading branch information
Root-Core authored Sep 19, 2024
1 parent ddf263a commit cb9b6c8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20,404 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "subprojects/xutils-dev"]
path = subprojects/xutils-dev
url = https://salsa.debian.org/xorg-team/app/xutils-dev.git
[submodule "subprojects/winetricks"]
path = subprojects/winetricks
url = https://github.com/Winetricks/winetricks.git
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exclude = [
"site-packages",
"venv",
"protonfixes_test.py",
"subprojects",
]

# Same as Black.
Expand Down
1 change: 1 addition & 0 deletions subprojects/winetricks
Submodule winetricks added at 72b934
Loading

0 comments on commit cb9b6c8

Please sign in to comment.