-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MaaXYZ:main' into main
- Loading branch information
Showing
10 changed files
with
388 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: check | ||
|
||
on: | ||
push: | ||
branches: | ||
- "**" | ||
paths: | ||
- ".github/workflows/check.yml" | ||
- "assets/**" | ||
- "**.py" | ||
pull_request: | ||
branches: | ||
- "**" | ||
paths: | ||
- ".github/workflows/check.yml" | ||
- "assets/**" | ||
- "**.py" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
resource: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
# pip install maafw | ||
- name: Install maafw | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade maafw --pre | ||
- name: Check Resource | ||
run: | | ||
python ./check_resource.py ./assets/resource/base/ ./assets/resource/bilibili/ ./assets/resource/global_en/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.