A Docker-like CLI and HTTP API for managing headless VMs

run format

+2 -2
+2 -2
.github/workflows/release.yml
··· 23 23 - uses: denoland/setup-deno@v2 24 24 - name: Compile 25 25 run: | 26 - rm deno.lock || true 27 - deno compile -A --no-check --output vmx --target ${{ matrix.target }} main.ts 26 + rm deno.lock || true 27 + deno compile -A --no-check --output vmx --target ${{ matrix.target }} main.ts 28 28 - name: Set env 29 29 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV 30 30 - name: Archive assets