Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone of PR_TEST_1 #4

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1d25236
ci: fix output path for PR number [skip ci]
FHeilmann Dec 12, 2023
db402d8
fix: Add Test Mod
FHeilmann Dec 11, 2023
9f9e980
ci: try to fix paths one more time
FHeilmann Dec 12, 2023
731a70b
ci: Create directory from workflow to avoid permission issues later
FHeilmann Dec 12, 2023
463ea0e
Merge main
FHeilmann Dec 12, 2023
f5a24a6
Merge branch 'main' into pr_test_1
FHeilmann Dec 12, 2023
214864e
fix: fix imagekit uploader, pr comment helper
FHeilmann Dec 12, 2023
5590265
Merge branch 'main' into pr_test_1
FHeilmann Dec 12, 2023
0f3e1eb
Merge branch 'main' into pr_test_1
FHeilmann Dec 15, 2023
43b17a4
Merge branch 'main' into pr_test_1
FHeilmann Dec 18, 2023
69a837f
Merge branch 'main' into pr_test_1
FHeilmann Dec 19, 2023
2f5a191
Merge branch 'main' into pr_test_1
FHeilmann Dec 19, 2023
cf09e32
Merge branch 'main' into pr_test_1
FHeilmann Jan 4, 2024
ffdfb3b
fix: Fix inverted if statement in pr post processing
FHeilmann Jan 4, 2024
b23c862
Merge branch 'main' into pr_test_1
FHeilmann Jan 4, 2024
6a2c00d
Merge branch 'main' into pr_test_1
FHeilmann Jan 5, 2024
fd397d1
fix: Fix folders for sparse checkout helper
FHeilmann Jan 5, 2024
7678e20
Merge branch 'main' into pr_test_1
FHeilmann Jan 5, 2024
029ab66
Merge branch 'main' into pr_test_1
FHeilmann Jan 5, 2024
859653b
fix: Improve log output on sparse_checkout_helper, update workflow
FHeilmann Jan 5, 2024
0aebd6e
ci: Put continue-on-error in the correct place
FHeilmann Jan 5, 2024
2b201ad
Merge branch 'main' into pr_test_1
FHeilmann Jan 8, 2024
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
5 changes: 5 additions & 0 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Check files for whitespace/licenses/file sizes 🔍
# Run whitespace/licenses/file sizes check based on files in the test directory
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest
continue-on-error: true
env:
FILE_CHECKER_IGNORE_WARNINGS: true
FILE_CHECKER_CHECK_LICENSE: true
Expand All @@ -71,20 +72,23 @@ jobs:
- name: Check correct mod/file structure 🔍
# Check the mod structure
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest
continue-on-error: true
env:
MOD_STRUCTURE_CHECKER_IGNORE_WARNINGS: false
with:
args: check-mod-structure
- name: Check for STL corruption 🔍
# Run the corruption checker
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest
continue-on-error: true
env:
CORRUPTION_CHECKER_IGNORE_WARNINGS: true
with:
args: check-stl-corruption
- name: Check for incorrect STL rotation 🔍
# Run the rotation checker
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest
continue-on-error: true
env:
ROTATION_CHECKER_IGNORE_WARNINGS: true
ROTATION_CHECKER_IMAGEKIT_ENDPOINT: https://ik.imagekit.io/vorondesign
Expand All @@ -94,6 +98,7 @@ jobs:
- name: Generate README 📒
# Generate a README
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest
continue-on-error: true
env:
README_GENERATOR_MARKDOWN: false
README_GENERATOR_JSON: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
title: Matchstick Diffusers
description: Diffusers for Rainbow / Daylight on a matchstick LEDs
printer_compatibility:
- V0
images:
- Images/CAD1.png
- Images/photo.jpg
cad:
- CAD/matchstick diffuser.step
discord_username: mapleleafmakers
mod_version: 1
Loading