test ci
This commit is contained in:
parent
f9b01b99bf
commit
54b38cb6cc
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/test.yml
Normal file
10
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
jobs:
|
||||
setup-forgejo:
|
||||
runs-on: nix-native
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls
|
||||
echo "Hello, World!"
|
Loading…
Add table
Reference in a new issue