doc_infra/.forgejo/workflows/test.yml

23 lines
388 B
YAML
Raw Normal View History

2025-02-07 15:28:56 +01:00
on:
2025-02-07 15:31:31 +01:00
push:
branches:
- 'mai*'
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
2025-02-08 21:10:11 +01:00
- run: ls -al
2025-02-07 15:28:56 +01:00
- name: Checkout tools repo
uses: actions/checkout@v4
with:
2025-02-08 21:08:17 +01:00
repository: milka64/oxidized
2025-02-08 20:51:11 +01:00
token: ${{ secrets.TOKEN }}
2025-02-07 15:28:56 +01:00
path: my-tools
2025-02-08 21:13:40 +01:00
ref: master
2025-02-08 21:14:55 +01:00
- run: ls -al my-tools