Skip to content

chore(deps): update dependency translate-toolkit to v3.13.2 #850

chore(deps): update dependency translate-toolkit to v3.13.2

chore(deps): update dependency translate-toolkit to v3.13.2 #850

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: pip install -r requirements-test.txt
- run: coverage run --append ./l10n_slovnik file.tmx
- run: coverage run --append ./l10n_slovnik file.tbx
- run: coverage run --append ./l10n_slovnik || true
- run: coverage run --append ./l10n_slovnik invalid || true
- uses: codecov/codecov-action@v4.5.0