add test workflow
All checks were successful
Test action / Print hello world (push) Successful in 24s
All checks were successful
Test action / Print hello world (push) Successful in 24s
This commit is contained in:
parent
06ad805206
commit
4320acc0fb
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/action.yml
Normal file
16
.forgejo/workflows/action.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Test action
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
name: Print hello world
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Echo
|
||||||
|
run: |
|
||||||
|
echo "Hello, world!"
|
Loading…
Add table
Add a link
Reference in a new issue