2025-02-07 15:28:56 +01:00
|
|
|
on:
|
|
|
|
- push
|
2025-02-07 15:26:40 +01:00
|
|
|
|
2025-02-07 15:28:56 +01:00
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
- name: Checkout tools repo
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
repository: milka64/oxidized
|
|
|
|
path: my-tools
|