diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml new file mode 100644 index 000000000..2f0e25363 --- /dev/null +++ b/.github/workflows/action.yaml @@ -0,0 +1,5 @@ +name: 'Github Action for Horreum' +description: 'An action for Horreum project.' + +runs: + using: 'node20'