-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New icon generation process, use uv (#65)
* New icon generation process, use uv * edit github workflow * fix
- Loading branch information
Showing
1,739 changed files
with
3,094 additions
and
10,325 deletions.
There are no files selected for viewing
Submodule .arcticons
added at
ce5b27
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 |
---|---|---|
|
@@ -10,21 +10,20 @@ jobs: | |
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-[email protected] | ||
- name: Install uv | ||
uses: astral-sh/setup-uv@v2 | ||
with: | ||
check-latest: true | ||
- name: Create Python virtual environment | ||
run: | | ||
python -m venv venv | ||
. venv/bin/activate | ||
python --version | ||
pip install uv | ||
uv pip install -r requirements.txt | ||
enable-cache: true | ||
cache-dependency-glob: "uv.lock" | ||
- name: "Set up Python" | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version-file: ".python-version" | ||
- name: Install the project | ||
run: uv sync --all-extras --dev | ||
- name: Install pre-commit dependencies | ||
run: | | ||
. venv/bin/activate | ||
pre-commit install-hooks | ||
uv run pre-commit install-hooks | ||
- uses: dorny/paths-filter@v3 | ||
id: filter | ||
with: | ||
|
@@ -38,19 +37,16 @@ jobs: | |
- name: Run ruff-format | ||
if: steps.filter.outputs.python == 'true' | ||
run: | | ||
. venv/bin/activate | ||
pre-commit run --hook-stage manual ruff-format --all-files --show-diff-on-failure | ||
uv run pre-commit run --hook-stage manual ruff-format --all-files --show-diff-on-failure | ||
env: | ||
RUFF_OUTPUT_FORMAT: github | ||
- name: Run ruff | ||
if: steps.filter.outputs.python == 'true' | ||
run: | | ||
. venv/bin/activate | ||
pre-commit run --hook-stage manual ruff --all-files --show-diff-on-failure | ||
uv run pre-commit run --hook-stage manual ruff --all-files --show-diff-on-failure | ||
env: | ||
RUFF_OUTPUT_FORMAT: github | ||
- name: Validate mapping | ||
if: steps.filter.outputs.mapping_yaml == 'true' | ||
run: | | ||
. venv/bin/activate | ||
pre-commit run --hook-stage manual validate_mapping | ||
uv run pre-commit run --hook-stage manual validate_mapping |
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ other | |
*.7z | ||
.vscode/ | ||
.ruff_cache/ | ||
__pycache__/ | ||
__pycache__/ | ||
.venv/ |
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,3 @@ | ||
[submodule ".arcticons"] | ||
path = .arcticons | ||
url = https://github.com/Arcticons-Team/Arcticons |
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
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 @@ | ||
3.12 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions
10
arcticons-dark/scalable/actions/steamdeck-gaming-return.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.