Compare commits
2 commits
99a6ce1424
...
4fd3581c7f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4fd3581c7f | ||
![]() |
393f6496a5 |
1 changed files with 14 additions and 0 deletions
14
.forgejo/workfows/test.yml
Normal file
14
.forgejo/workfows/test.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
steps:
|
||||
- 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