doc_infra/.forgejo/workflows/test.yml
Michaël Ricart 20f9a36e93
All checks were successful
/ test (push) Successful in 18s
test
2025-02-08 21:13:40 +01:00

20 lines
358 B
YAML

on:
push:
branches:
- 'mai*'
jobs:
test:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ls -al
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: milka64/oxidized
token: ${{ secrets.TOKEN }}
path: my-tools
ref: master