test
All checks were successful
/ ls (push) Successful in 9s

This commit is contained in:
lubiana 2023-10-16 19:50:10 +02:00
parent a06f01d598
commit dbb98b1eac
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ on: [push]
jobs: jobs:
ls: ls:
runs-on: docker runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.2
steps: steps:
- run: env - uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}