Compare commits
2 Commits
7d311cf3d8
...
6863e1ab9f
Author | SHA1 | Date |
---|---|---|
|
6863e1ab9f | |
|
df62dab6e7 |
|
@ -0,0 +1,10 @@
|
|||
name: Simple Test Workflow
|
||||
on: [push]
|
||||
jobs:
|
||||
test-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Run a command
|
||||
run: echo "Hello, Gitea Actions!"
|
Loading…
Reference in New Issue