Skip to content

Commit

Permalink
ci: update .github/sync-client.yml (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Sep 14, 2024
1 parent b823b6b commit c1c99ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ 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 @@ -11,26 +15,42 @@ 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
6 changes: 6 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# dependencies
/node_modules

# production
/build

# files
LICENSE

0 comments on commit c1c99ce

Please sign in to comment.