feat: add demo action workflow
Some checks are pending
/ ls (push) Waiting to run

This commit is contained in:
kiper220 2025-02-07 17:53:28 +00:00
parent 5fd75b2221
commit 0c25ef52d5

View file

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