Skip to content

Commit eb868e8

Browse files
authored
Set a daily ci check (#22)
1 parent a2dbf04 commit eb868e8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches: [master, release-*]
77
pull_request:
88
branches: [master, release-*]
9+
schedule:
10+
- cron: "0 0 * * *"
911

1012
env:
1113
CARGO_TERM_COLOR: always

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Afrim Data Repository
22

3+
![Latest afrim compatibility](https://github.com/pythonbrad/afrim-data/actions/workflows/check.yml/badge.svg)
4+
5+
36
## Clafrica
47
Configuration for the Clafrica input method based on the Clafrica code of Resulam.
58
- Clafrica code for single characters

0 commit comments

Comments
 (0)