From 0e02c10979bd6a00620d0172cccc69013ed61001 Mon Sep 17 00:00:00 2001 From: cipchk Date: Thu, 7 Sep 2023 00:19:12 +0800 Subject: [PATCH] chore: fix style --- .github/workflows/mirror.yml | 12 ++++++++---- .vscode/settings.json | 3 +++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 671a8376b..94906b40f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,11 +14,15 @@ jobs: - name: to gitlab uses: pixta-dev/repository-mirroring-action@v1 with: - target_repo_url: git@gitlab.com:ng-alain/delon.git - ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} + target_repo_url: + git@gitlab.com:ng-alain/delon.git + ssh_private_key: + ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} - name: to gitee uses: pixta-dev/repository-mirroring-action@v1 with: - target_repo_url: git@gitee.com:ng-alain/delon.git - ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} + target_repo_url: + git@gitee.com:ng-alain/delon.git + ssh_private_key: + ${{ secrets.GITEE_SSH_PRIVATE_KEY }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a1e42c9c..f56905d2d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,6 +28,9 @@ "[jsonc]": { "editor.formatOnSave": false }, + "[yaml]": { + "editor.formatOnSave": false + }, "files.associations": { "*.json": "jsonc", ".prettierrc": "json",