Adding upstream version 0.31.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
091495b2f3
commit
5d4914ed7f
61 changed files with 30627 additions and 0 deletions
15
.github/workflows/release-check.yml
vendored
Normal file
15
.github/workflows/release-check.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Validate release version
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Validate release version
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check release validity
|
||||
run: sh .github/scripts/check-release.sh
|
Loading…
Add table
Add a link
Reference in a new issue