diff --git a/.gitea/workflows/probe.yaml b/.gitea/workflows/probe.yaml new file mode 100644 index 0000000..c73bf2a --- /dev/null +++ b/.gitea/workflows/probe.yaml @@ -0,0 +1,22 @@ +name: probe + +on: + workflow_dispatch: + +jobs: + probe: + runs-on: windows + steps: + - name: Probe host + shell: cmd + run: | + echo PATH=%PATH% + where git + where uv + where node + where npm + dir "C:\Program Files\Git\cmd" 2>nul + dir "%LOCALAPPDATA%\Programs\Git\cmd" 2>nul + dir "%USERPROFILE%\.local\bin" 2>nul + nvm version 2>nul + nvm list 2>nul