Testing forgejo actions.
Some checks are pending
/ ls (push) Waiting to run

This commit is contained in:
Joseph Hanson 2024-05-14 14:16:44 -05:00
parent 42952e8c6a
commit 394a1893a9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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