-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Amsüss
committed
Oct 21, 2024
1 parent
b87e423
commit 017400a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib
updated
21 files
+1 −1 | .circleci/config.yml | |
+0 −1 | Gemfile | |
+6 −0 | config.mk | |
+5 −0 | doc/FEATURES.md | |
+14 −1 | doc/SETUP.md | |
+30 −0 | doc/SUBMITTING.md | |
+51 −1 | doc/TIPS.md | |
+1 −0 | docker/action/Dockerfile | |
+0 −1 | docker/action/Gemfile | |
+62 −0 | get-email.sh | |
+3 −3 | ghpages.mk | |
+29 −14 | main.mk | |
+4 −3 | setup-codeowners.py | |
+9 −1 | setup-readme.sh | |
+1 −1 | template/.github/workflows/archive.yml | |
+1 −1 | template/.github/workflows/ghpages.yml | |
+2 −2 | template/.github/workflows/publish.yml | |
+30 −17 | trace.sh | |
+29 −8 | update.mk | |
+3 −5 | upload.mk | |
+4 −4 | venv.mk |