doc_infra/.forgejo/workflows/test.yml
Michaël Ricart 3ccd00ab7e
All checks were successful
/ test (push) Successful in 19s
test
2025-02-08 21:14:55 +01:00

22 lines
388 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
- run: ls -al my-tools