Compare commits

...

3 Commits

Author SHA1 Message Date
396addc876 Update actions/configure-pages action to v5
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
2025-04-10 16:04:27 +02:00
265390b3ea Gitea Actions
All checks were successful
Validate PR Title / validate (pull_request) Successful in 3s
2025-04-10 14:57:15 +01:00
dc6562a938 Add Medama 2024-08-17 17:09:18 +01:00
4 changed files with 22 additions and 1 deletions

1
.gitea/CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @luke

View File

@ -0,0 +1,16 @@
name: Validate PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
with:
commit-message: ${{ gitea.event.pull_request.title }}

View File

@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:

View File

@ -47,6 +47,10 @@
</noscript>
<!-- End Matomo Code -->
<!-- Medama -->
<script defer src="https://medama.tainton.uk/script.js"></script>
<!-- End Medama -->
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">