Skip to content

fix: contentlanguages need to be matched before piping output to target #3

fix: contentlanguages need to be matched before piping output to target

fix: contentlanguages need to be matched before piping output to target #3

Workflow file for this run

name: Python package
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Run unit tests
run: ./test.py