Compare commits

..

No commits in common. "c52568a80ea7fea33f40889d0cef706bd32af212" and "2c0dc52254b4de8786caaad50c6c9964a9814270" have entirely different histories.

4 changed files with 5 additions and 12 deletions

View file

@ -12,22 +12,17 @@ plugins:
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes: runtimes:
enabled: enabled:
- go@1.21.0
- node@18.12.1 - node@18.12.1
- python@3.10.8 - python@3.10.8
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint: lint:
enabled: enabled:
- gitleaks@8.18.4
- markdownlint@0.41.0
- oxipng@9.1.2
- taplo@0.9.3
- actionlint@1.7.1 - actionlint@1.7.1
- checkov@3.2.219 - checkov@3.2.216
- git-diff-check - git-diff-check
- prettier@3.3.3 - prettier@3.3.3
- trivy@0.54.1 - trivy@0.54.0
- trufflehog@3.81.6 - trufflehog@3.80.3
- yamllint@1.35.1 - yamllint@1.35.1
actions: actions:
enabled: enabled:
@ -37,6 +32,6 @@ actions:
- trunk-upgrade-available - trunk-upgrade-available
tools: tools:
enabled: enabled:
- act@0.2.65 - act@0.2.64
disabled: disabled:
- trufflehog - trufflehog

View file

@ -2,6 +2,4 @@
Silly little box to hold some smoking accessories. Example project in openscad harnessing someone elses parametric box maker. Silly little box to hold some smoking accessories. Example project in openscad harnessing someone elses parametric box maker.
![Render of the smoking box](./render.png)
Pipelines are fun. Pipelines are fun.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -11,7 +11,7 @@
/* [View] */ /* [View] */
// Select View // Select View
View="Complete Open"; // [Complete, Complete Open, Parts, Lid, Bottom, Latch, Seal ] View="Bottom"; // [Complete, Complete Open, Parts, Lid, Bottom, Latch, Seal ]
// Open Angle for complete Open // Open Angle for complete Open
ViewAngle = 120; //[0:180] ViewAngle = 120; //[0:180]