Skip to content

Commit

Permalink
sync-server: synced local './.github/sync-client.yml' with remote './…
Browse files Browse the repository at this point in the history
…clients/web-blog.yml'
  • Loading branch information
lumirlumir committed Sep 14, 2024
1 parent c1c99ce commit 4c260a6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ lumirlumir/lumirlumir-configs:
- source: ./.github/sync-client.yml
dest: ./clients/web-blog.yml
# ./.github/workflows
- source: ./.github/workflows/bump.yml
dest: ./configs/.github/workflows/bump.yml
- source: ./.github/workflows/labeler.yml
dest: ./configs/.github/workflows/labeler.yml
- source: ./.github/workflows/lint.yml
dest: ./configs/.github/workflows/lint.yml
- source: ./.github/workflows/sync-client.yml
Expand All @@ -15,42 +11,26 @@ lumirlumir/lumirlumir-configs:
dest: ./configs/.github/dependabot.yml
- source: ./.github/FUNDING.yml
dest: ./configs/.github/FUNDING.yml
- source: ./.github/labeler.yml
dest: ./configs/.github/labeler.yml
- source: ./.github/release.yml
dest: ./configs/.github/release.yml
# ./.husky
- source: ./.husky/pre-commit
dest: ./configs/.husky/pre-commit
# ./.vscode
- source: ./.vscode/settings.json
dest: ./configs/.vscode/settings.json
# ./
- source: ./.clang-format
dest: ./configs/.clang-format
- source: ./.clang-format-ignore
dest: ./configs/.clang-format-ignore
- source: ./.editorconfig
dest: ./configs/.editorconfig
- source: ./.eslintignore
dest: ./configs/.eslintignore
- source: ./.gitattributes
dest: ./configs/.gitattributes
- source: ./.gitignore
dest: ./configs/.gitignore
- source: ./.markdownlint.json
dest: ./configs/.markdownlint.json
- source: ./.markdownlintignore
dest: ./configs/.markdownlintignore
- source: ./.nvmrc
dest: ./configs/.nvmrc
- source: ./.prettierignore
dest: ./configs/.prettierignore
- source: ./.prettierrc.js
dest: ./configs/.prettierrc.js
- source: ./.stylelintrc.js
dest: ./configs/.stylelintrc.js
- source: ./jsconfig.json
dest: ./configs/jsconfig.json
- source: ./VScode.code-workspace
dest: ./configs/VScode.code-workspace

0 comments on commit 4c260a6

Please sign in to comment.