on: [push, workflow_dispatch]
jobs:
smoke:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: |
echo "hello from $(hostname)"
uname -a
docker info --format '{{.OperatingSystem}} / {{.NCPU}} CPUs / {{.MemTotal}} bytes'
ls -la