Browse Source

fix format

master
wenmeng.zwm 3 years ago
parent
commit
208823401f
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      .github/workflows/citest.yaml
  2. +0
    -1
      .github/workflows/lint.yaml

+ 1
- 1
.github/workflows/citest.yaml View File

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

+ 0
- 1
.github/workflows/lint.yaml View File

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


Loading…
Cancel
Save