Add actions/checkout@v4.1.1
Some checks failed
Check dist / check-dist (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (ubuntu-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
Build and Test / test-proxy (push) Has been cancelled
Build and Test / test-bypass-proxy (push) Has been cancelled
Build and Test / test-git-container (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 3s

This commit is contained in:
2025-09-26 12:15:31 +08:00
commit 750c567d11
106 changed files with 43402 additions and 0 deletions

10
__test__/modify-work-tree.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ ! -f "./basic/basic-file.txt" ]; then
echo "Expected basic file does not exist"
exit 1
fi
echo hello >> ./basic/basic-file.txt
echo hello >> ./basic/new-file.txt
git -C ./basic status