Skip to content

Commit cd65823

Browse files
update gcu
1 parent 4a934bf commit cd65823

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/_Codestyle-Check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,12 @@ jobs:
7878
pip install cpplint==1.6.0
7979
pre-commit install
8080
bash tools/codestyle/pre_commit.sh '
81+
82+
- name: Terminate and delete the container
83+
if: always()
84+
run: |
85+
docker exec -t ${{ env.container_name }} /bin/bash -c '
86+
rm -rf * .[^.]*
87+
'
88+
docker stop ${container_name}
89+
docker rm ${container_name}

0 commit comments

Comments
 (0)