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 739B

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: true
  13. matrix:
  14. lang: [am, an, as, az, ba, bg, bn, bpy, bs, chr, cmn, cs, cv, cy, de, el, en, eo, et, eu, fa, fi, fr, ga, gd, gu, hak, haw, he, hr, ht, hu, hy, hyw, ia, id, io, is, it, ja, jbo, ka, kk, kn, ko, kok, ku, ky, la, lb, lfn, lt, ltg, lv, mi, mk, ml, ms, mt, mto, my, nb, nci, ne, nog, pap, piqd, pl, pt-BR, py, qdb, qu, quc, qya, ru, ru-LV, sd, sjn, sk, sl, smj, sq, sr, sw, th, tr, tt, ug, uk, ur, uz, yue]
  15. uses: ./.github/workflows/workflow-for-fuzzing.yml
  16. with:
  17. lang: ${{ matrix.lang }}