gitea
This commit is contained in:
parent
e534b96818
commit
dc43407db9
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: Test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Ensure workflow executes
|
||||||
|
run: echo "Actions working friends!"
|
||||||
Loading…
Reference in New Issue