We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e0407 commit 986e467Copy full SHA for 986e467
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -115,7 +115,8 @@ jobs:
115
git config --local user.name github-actions
116
git config --local user.email 160645609+programming-team-code@users.noreply.github.com
117
make --directory=tests/ update_main
118
- git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/ llvm.sh
+ rm -f llvm.sh
119
+ git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/
120
git add --all
121
git commit --message "programming_team_code"
122
git checkout -b main
0 commit comments