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-needswork.yml 496B

1234567891011121314151617181920
  1. name: fuzzing-needswork
  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-needswork:
  10. needs: build
  11. strategy:
  12. fail-fast: false
  13. matrix:
  14. lang: [am, ar, as, az, bn, ca, da, gu, hi, id, kl, kok, ku, lt, mk, ml, mr, ms, my, nog, pt, ro, shn, si, smj, ta, th, tk, tn, tt, ur, vi]
  15. uses: ./.github/workflows/workflow-for-fuzzing.yml
  16. with:
  17. lang: ${{ matrix.lang }}