theshire/.forgejo/workflows/try.yaml

9 lines
140 B
YAML
Raw Normal View History

2024-05-14 14:16:44 -05:00
on: [push]
jobs:
ls:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}