Skip to content

Update copyright year range to 2018-2026 #37

Update copyright year range to 2018-2026

Update copyright year range to 2018-2026 #37

Workflow file for this run

name: API Test
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- run: pip install requests
- name: Run full API test
env:
VOICEIT_API_KEY: ${{ secrets.VOICEIT_API_KEY }}
VOICEIT_API_TOKEN: ${{ secrets.VOICEIT_API_TOKEN }}
run: python3 test_example.py