Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-images:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 -m venv build_images_venv
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v2.0.2
python-version: "3.12"
- uses: pre-commit/action@v3.0.1
2 changes: 2 additions & 0 deletions create_requirement_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ def asset_path(asset_name):
"mpy": file_icon,
"txt": file_empty_icon,
"toml": file_icon,
"html": file_icon,
"bmp": file_image_icon,
"png": file_image_icon,
"jpg": file_image_icon,
"svg": file_image_icon,
"wav": file_music_icon,
"mp3": file_music_icon,
"mid": file_music_icon,
Expand Down
2 changes: 2 additions & 0 deletions get_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"mpy",
"txt",
"toml",
"html",
"bmp",
"png",
"jpg",
"svg",
"wav",
"mp3",
"mid",
Expand Down