This commit is contained in:
commit
5e636bd697
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/ci.yml
Normal file
9
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: CI Test
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo "CI is working on Altricade!"
|
||||
- run: docker --version
|
||||
Loading…
Reference in a new issue