Skip to content
Open
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
4 changes: 2 additions & 2 deletions .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DO NOT EDIT: Changes here will be overwritten by Copier
# Run `copier update` instead
_commit: v0.1.0-9-g94592dd
_commit: v0.1.0-12-gc255d97
_src_path: .
created_on: '2026-03-12'
created_on: '2026-03-13'
hosting_org: gordon-code
hosting_platform: github
project_description: Swiss-army project template managed by Copier
Expand Down
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ max_line_length = off
[*.json]
max_line_length = off

[*.jinja]
max_line_length = off

[{*.xml,*.iml}]
max_line_length = off
3 changes: 3 additions & 0 deletions .github/actions/nix-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ runs:
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
with:
extra-conf: ${{ inputs.nix-extra-conf }}
diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
with:
diagnostic-endpoint: ""
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"customType": "regex",
"description": "Update SHA-pinned actions in .jinja template files",
"fileMatch": ["template/.*\\.ya?ml(\\.jinja)?$"],
"fileMatch": ["template/.*\\.ya?ml(\\.jinja)?$", "includes/.*\\.jinja$"],
"matchStrings": ["uses:\\s+(?<depName>[\\w-]+/[\\w-]+)@(?<currentDigest>[a-f0-9]+)\\s+#\\s+(?<currentValue>v[\\S]+)"],
"datasourceTemplate": "github-releases"
},
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
run: nix develop -c just render
- name: Check for drift
run: |
git checkout -- .copier-answers.yaml
git diff
test -z "$(git status --porcelain)"
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading