This commit is contained in:
9
.gitea/workflows/test.yml
Normal file
9
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: Test CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: echo \"Hello from sasquatch-runner!\"
|
||||||
|
- run: uname -a
|
||||||
Reference in New Issue
Block a user