added test workflow
pipeline / Test (push) Successful in 4s

This commit is contained in:
brb
2023-07-25 21:10:07 +02:00
parent 2bf6ed7f4f
commit a50164cb1f
+16
View File
@@ -0,0 +1,16 @@
name: pipeline
run-name: ${{ gitea.actor }} is running script
runs-on: ubuntu-latest
on:
push:
branches-ignore:
- "release"
image: ubuntu-latest
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Show Name
run: echo "${{ gitea.actor }}"