name: Nix Web Proxy Worker run-name: Web Proxy - Nix on: [push, merge] jobs: checkout-repo: run-on: ubuntu-latest steps: - name: checkout uses: https://github.com/actions/checkout@v4 setup-nixos-runner: run-on: ubuntu-latest needs: [checkout-repo] container: image: ubuntu steps: - name: echo in image run: echo "Hello Workflow world!" - name: List current folder run: ls -la