diff --git a/Justfile b/Justfile index ae3a154..128791f 100644 --- a/Justfile +++ b/Justfile @@ -1,15 +1,4 @@ BIN := "target/release/git-ai" -simulation: - @rm -rf /tmp/git-ai - @mkdir /tmp/git-ai - @cd /tmp/git-ai - @git init - @echo "Hello World" > README.md - @git add README.md - @git commit -m "Initial commit" - @echo "Hello World!" >> README.md - @git add README.md - @$BIN install - @git commit --no-edit - @rm -rf /tmp/git-ai +github-actions: + act --container-architecture linux/amd64 \ No newline at end of file