-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'hugo-toha/main' into statcounter
- Loading branch information
Showing
7 changed files
with
57 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# checkout to the commit that has been pushed | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.1 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
|
@@ -35,7 +35,7 @@ jobs: | |
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.1 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
|
@@ -78,6 +78,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# checkout to latest commit | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.1 | ||
# run markdown linter | ||
- uses: gaurav-nelson/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,3 +124,7 @@ other = "免责声明" | |
|
||
[search] | ||
other = "搜索" | ||
|
||
[minute] | ||
one = "分钟" | ||
other = "分钟" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,3 +124,7 @@ other = "免責聲明" | |
|
||
[search] | ||
other = "搜尋" | ||
|
||
[minute] | ||
one = "分鐘" | ||
other = "分鐘" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters