Skip to content

Commit a1d7004

Browse files
committed
fix lint and remove Case zig
1 parent 257e1e6 commit a1d7004

File tree

6 files changed

+47
-106
lines changed

6 files changed

+47
-106
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Thanks for contributing to rust-learning 😊 -->
1+
<!-- Thanks for contributing to zig-learning 😊 -->
22

3-
<!-- Describe shortly why it should be added to `rust-learning` -->
3+
<!-- Describe shortly why it should be added to `zig-learning` -->
44
<!-- Mention if you are the resource(s) author -->

.github/workflows/main.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 19
2121

2222
- name: Check links
2323
run: npx markdown-link-check -c .markdown-link-check-config.json README.md
24-
25-
- name: Check links da_DK
26-
run: npx markdown-link-check da_DK.md
27-
28-
- name: Check links de_DE
29-
run: npx markdown-link-check de_DE.md
30-
31-
- name: Check links es_ES
32-
run: npx markdown-link-check es_ES.md
33-
34-
- name: Check links fr_FR
35-
run: npx markdown-link-check fr_FR.md
36-
37-
- name: Check links it_IT
38-
run: npx markdown-link-check it_IT.md
39-
40-
- name: Check links ja_JP
41-
run: npx markdown-link-check ja_JP.md
42-
43-
- name: Check links ko_KR
44-
run: npx markdown-link-check ko_KR.md
45-
46-
- name: Check links pt_BR
47-
run: npx markdown-link-check pt_BR.md
48-
49-
- name: Check links ru_RU
50-
run: npx markdown-link-check ru_RU.md
51-
52-
- name: Check links tr_TR
53-
run: npx markdown-link-check tr_TR.md
54-
55-
- name: Check links zh_CN
56-
run: npx markdown-link-check zh_CN.md

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: 16
10+
node-version: 19
1111

1212
- name: Lint markdown
1313
run: npx markdownlint-cli2 "*.md" "#MAINTAINERS.md"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ You can also apply to become a maintainer by submitting a PR.
2525

2626
## Reporting issues
2727

28-
Please open an issue if you would like to discuss anything that could be improved or have suggestions for making the list a more valuable resource.
28+
Please open an issue if you would like to discuss anything that could be improved or have suggestions for making the list a more valuable resource.
2929

3030
Thank you for your suggestions!

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Camille Tjhoa <camille.tjhoa[at]outlook.com> (@ctjhoa)
1+
zouyee (@zouyee)

0 commit comments

Comments
 (0)