cicd: installing workflow

pull/11/head
macniel 2025-09-25 10:20:06 +02:00
parent df29e807bf
commit f16528a231
1 changed files with 15 additions and 0 deletions

15
.github/workflows/release vendored 100644
View File

@ -0,0 +1,15 @@
name: Release Job
run-name: ${{gitea.actor}} is releasing a package
on:
release:
types: [published]
jobs:
build:
runs-on: node-01
steps:
- name: "testing sources"
- run: npm build
- run: npm test
- name: "releases package"
- run: echo "${{job.status}}"