eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fuzzing.yml 856B

1234567891011121314151617181920
  1. name: fuzzing
  2. on:
  3. workflow_dispatch:
  4. schedule:
  5. - cron: "0 4 * * 1"
  6. jobs:
  7. build:
  8. uses: ./.github/workflows/workflow-for-fuzzing-build.yml
  9. fuzzing:
  10. needs: build
  11. strategy:
  12. fail-fast: false
  13. matrix:
  14. lang: [af, am, an, ar, as, az, ba, be, bg, bn, bpy, bs, ca, chr, cmn, cs, cv, cy, da, de, el, en, eo, es, et, eu, fa, fi, fo, fr, ga, gd, gn, grc, gu, hak, haw, he, hi, hr, ht, hu, hy, hyw, ia, id, io, is, it, ja, jbo, ka, kaa, kk, kl, kn, ko, kok, ku, ky, la, lb, lfn, lt, ltg, lv, mi, mk, ml, mr, ms, mt, mto, nb, nci, ne, nl, nog, om, or, pa, pap, piqd, pl, pt-BR, py, qdb, qu, quc, qya, ro, ru, ru-LV, sd, shn, sjn, sk, sl, smj, sq, sr, sv, sw, ta, te, th, ti, tk, tn, tr, tt, ug, uk, ur, uz, vi, xex, yue, mb-en1]
  15. uses: ./.github/workflows/workflow-for-fuzzing.yml
  16. with:
  17. lang: ${{ matrix.lang }}