add ci/cd
This commit is contained in:
parent
99a6ce1424
commit
393f6496a5
1 changed files with 8 additions and 0 deletions
8
.forgejo/workfows/test.yml
Normal file
8
.forgejo/workfows/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout tools repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: milka64/oxidized
|
||||||
|
path: my-tools
|
Loading…
Add table
Reference in a new issue