Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unimplement things #3

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Thanks for contributing to rust-learning 😊 -->
<!-- Thanks for contributing to zig-learning 😊 -->

<!-- Describe shortly why it should be added to `rust-learning` -->
<!-- Describe shortly why it should be added to `zig-learning` -->
<!-- Mention if you are the resource(s) author -->
33 changes: 0 additions & 33 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,3 @@ jobs:

- name: Check links
run: npx markdown-link-check -c .markdown-link-check-config.json README.md

- name: Check links da_DK
run: npx markdown-link-check da_DK.md

- name: Check links de_DE
run: npx markdown-link-check de_DE.md

- name: Check links es_ES
run: npx markdown-link-check es_ES.md

- name: Check links fr_FR
run: npx markdown-link-check fr_FR.md

- name: Check links it_IT
run: npx markdown-link-check it_IT.md

- name: Check links ja_JP
run: npx markdown-link-check ja_JP.md

- name: Check links ko_KR
run: npx markdown-link-check ko_KR.md

- name: Check links pt_BR
run: npx markdown-link-check pt_BR.md

- name: Check links ru_RU
run: npx markdown-link-check ru_RU.md

- name: Check links tr_TR
run: npx markdown-link-check tr_TR.md

- name: Check links zh_CN
run: npx markdown-link-check zh_CN.md
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Camille Tjhoa <camille.tjhoa[at]outlook.com> (@ctjhoa)
zouyee (@zouyee)
Loading