Compare commits

..

6 Commits
v0.0.2 ... main

Author SHA1 Message Date
df8786c8e1 Merge pull request 'Add workflow' (#3) from feature/workflow into main
All checks were successful
Commit Hash / CommitHash (push) Successful in 1s
Reviewed-on: #3
2024-09-21 17:55:00 +00:00
64d9951f5f Add workflow
All checks were successful
Commit Hash / CommitHash (push) Successful in 1s
2024-09-21 18:54:12 +01:00
c73808ec66 Merge pull request 'Update README' (#2) from release/update-readme into main
Reviewed-on: #2
2024-09-21 12:16:37 +00:00
6ebda8b1ee Update README 2024-09-21 13:16:10 +01:00
1a623181b4 Merge pull request 'Add LICENSE' (#1) from release/add-license into main
Reviewed-on: #1
2024-09-21 12:10:24 +00:00
96a39fcf07 Add LICENSE 2024-09-21 13:09:20 +01:00
3 changed files with 46 additions and 1 deletions

View File

@ -0,0 +1,13 @@
name: Commit Hash
run-name: Print commit hash
on: [ push ]
jobs:
CommitHash:
runs-on: ubuntu-latest
steps:
- name: Print commit hash
run: |
hash=${{env.GITHUB_SHA}}
echo ${hash::10}

30
LICENSE Normal file
View File

@ -0,0 +1,30 @@
All licenses in this repository are copyrighted by their respective authors.
Everything else is released under CC0.
------------------------------------------------------------------------------
No Copyright
The person who associated a work with this deed has dedicated the work to the
public domain by waiving all of his or her rights to the work worldwide under
copyright law, including all related and neighboring rights,
to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial
purposes, all without asking permission. See Other Information below.
Other Information:
* In no way are the patent or trademark rights of any person affected
by CC0, nor are the rights that other persons may have in the work or in
how the work is used, such as publicity or privacy rights.
* Unless expressly stated otherwise, the person who associated a work with
this deed makes no warranties about the work, and disclaims liability for
all uses of the work, to the fullest extent permitted by applicable law.
* When using or citing the work, you should not imply endorsement
by the author or the affirmer.
http://creativecommons.org/publicdomain/zero/1.0/legalcode

View File

@ -1 +1,3 @@
# Versioning test
# Versioning test
This is a repo for testing versions, tags and releases.