1: add forge push action file
All checks were successful
/ ls (push) Successful in 9s

This commit is contained in:
lubiana 2023-10-16 18:43:01 +02:00
parent f98fc5078d
commit e7ab312d84
No known key found for this signature in database

View file

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