From 6ab44f4b2dd1e046ed6a7c205049839b11ccbe59 Mon Sep 17 00:00:00 2001 From: Chaoyi Date: Tue, 10 Dec 2024 15:33:59 +0800 Subject: [PATCH] ci: remove contributors --- .github/workflows/contributors.yml | 16 ---------------- .vscode/settings.json | 2 +- CONTRIBUTORS.svg | 12 ------------ README.md | 2 -- 4 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .github/workflows/contributors.yml delete mode 100644 CONTRIBUTORS.svg diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index 7b2e187..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Contributors -on: - schedule: - - cron: '0 14 * * 0' # At 01:00 on Sunday. - push: - branches: - - master -jobs: - contributors: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/contributors-list@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - svgPath: CONTRIBUTORS.svg - round: true diff --git a/.vscode/settings.json b/.vscode/settings.json index 345a782..3969480 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.formatOnSave": true, "editor.tabSize": 2, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "headwind.runOnSave": false, "typescript.preferences.importModuleSpecifier": "non-relative" diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg deleted file mode 100644 index c0271ad..0000000 --- a/CONTRIBUTORS.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index e471ea6..00ac4ef 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ The most beautiful minimalist blog in modern built with Nextjs and tailwindcss. Thank you to all the people who already contributed to my project! - - ## ☀️ Thanks - [theodorusclarence.com](https://github.com/theodorusclarence/theodorusclarence.com)