Ajouter .forgejo/workflows/try.yaml
All checks were successful
/ ls (push) Successful in 15s

This commit is contained in:
gano 2025-05-08 12:16:11 +00:00
commit ba9046742c

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
ls:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}