Add .forgejo/workflows/try.yml
All checks were successful
/ ls (push) Successful in 25s

This commit is contained in:
Ric Harvey 2024-10-18 14:09:49 +00:00
commit 6adc945242

View file

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