Merge pull request #3 from alwaysmavs/docs/add-multilingual-subtitle-… #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test skills | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| video-subtitle-translator: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: actions/setup-node@v5 | |
| with: | |
| node-version: 22 | |
| - name: Check script syntax | |
| run: node --check skills/video-subtitle-translator/scripts/subtitle-tools.mjs | |
| - name: Run tests | |
| run: node --test skills/video-subtitle-translator/tests/*.test.mjs |