Skip to content

[pre-commit.ci] pre-commit autoupdate #457

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #457

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@v3.5.2
- 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@v3.1.4