Skip to content

Commit

Permalink
Merge pull request #53 from jarovo/merge_cs_CZ_translation
Browse files Browse the repository at this point in the history
Merge cs cz translation
  • Loading branch information
jimmysjolund authored Jun 19, 2024
2 parents 8a0e214 + f08b9f6 commit 310016d
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check Markdown links

on:
pull_request:
push:
branches:
- master
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"

jobs:
cs_CZ:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: 'cs_CZ,'

4 changes: 2 additions & 2 deletions ODF-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ _page 5 of 15_
</table>


You can't please everyone.
Not every time you can please everyone.
----------------------------------------------------
**But when you make open decisions, people feel...** _page 6 of 15_

Expand Down Expand Up @@ -240,7 +240,7 @@ _page 8 of 15_
<tr>
<td>
• Impact – who, how often, and unexpected<br/>
• Where and how to collaborate<Br/>
• Where and how to collaborate<br/>
• Roles + responsibilities (OPT model: https://github.com/red-hat-people-team/opt-model/)
</td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ See how people apply the Open Decision Framework:
* Claire Jung
* Edwin Noh
* Sally HeeKyung Sung

![link-check](https://github.com/jarovo/open-decision-framework/actions/workflows/link-check.yml/badge.svg)
Loading

0 comments on commit 310016d

Please sign in to comment.