diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml new file mode 100644 index 000000000..d47333e71 --- /dev/null +++ b/.github/workflows/actions.yaml @@ -0,0 +1,8 @@ +name: 'Horreum Action' +description: 'Metadata for Github Action for Horreum project' +inputs: + +outputs: + +runs: + using: 'node20'