current dir

This commit is contained in:
Dovi Cowan 2024-07-26 00:32:07 +01:00
parent f1214d3449
commit 2b63dca6d2
Signed by: dcowan
GPG key ID: CC4A4CB950D7E579

View file

@ -2,4 +2,6 @@ on: [ push ]
jobs:
test:
steps:
- run: echo Hello, world!
- run: |
echo $PWD
ls -la