doc_infra/.forgejo/workflows/test.yml
milka64 43450bffe1
Some checks failed
/ test (push) Failing after 13s
Actualiser .forgejo/workflows/test.yml
2025-02-08 21:06:01 +01:00

17 lines
337 B
YAML

on:
push:
branches:
- 'mai*'
jobs:
test:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: https://git.0w.tf/milka64/oxidized.git
token: ${{ secrets.TOKEN }}
path: my-tools