probar workflow
Some checks failed
/ ls (push) Failing after 18s

This commit is contained in:
Renich Bon Ciric 2024-11-28 12:57:24 -06:00
parent 158a988a88
commit 628cd7f449

View file

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