theshire/.forgejo/workflows/try.yaml

9 lines
146 B
YAML
Raw Normal View History

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