mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
ci: add lint
This commit is contained in:
parent
b71731a432
commit
4214202b79
2 changed files with 7 additions and 4 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -29,5 +29,8 @@ jobs:
|
|||
- name: 🧪 Test project
|
||||
run: pnpm test
|
||||
|
||||
- name: 📝 Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: 💪 Type check
|
||||
run: pnpm test:typecheck
|
||||
|
|
|
@ -141,6 +141,9 @@
|
|||
},
|
||||
"status": {
|
||||
"edited": "Edited {0}",
|
||||
"filter_hidden_phrase": "Filtered by",
|
||||
"filter_removed_phrase": "Removed by filter",
|
||||
"filter_show_anyway": "Show anyway",
|
||||
"poll": {
|
||||
"count": "{0} votes",
|
||||
"ends": "ends {0}",
|
||||
|
@ -149,10 +152,7 @@
|
|||
"reblogged": "{0} reblogged",
|
||||
"spoiler_show_less": "Show less",
|
||||
"spoiler_show_more": "Show more",
|
||||
"try_original_site": "Try original site",
|
||||
"filter_show_anyway": "Show anyway",
|
||||
"filter_hidden_phrase": "Filtered by",
|
||||
"filter_removed_phrase": "Removed by filter"
|
||||
"try_original_site": "Try original site"
|
||||
},
|
||||
"status_history": {
|
||||
"created": "created {0}",
|
||||
|
|
Loading…
Reference in a new issue