fix format

This commit is contained in:
wenmeng.zwm
2022-10-09 18:29:06 +08:00
parent 8be89d9f6c
commit 208823401f
2 changed files with 1 additions and 2 deletions

View File

@@ -52,4 +52,4 @@ jobs:
run: |
set -e
source ~/ci_env.sh
bash .dev_scripts/dockerci.sh
bash .dev_scripts/dockerci.sh

View File

@@ -20,4 +20,3 @@ jobs:
pip install pre-commit
- name: Linting
run: pre-commit run --all-files