Skip to content

Upgrade copyright notice #20

Upgrade copyright notice

Upgrade copyright notice #20

Workflow file for this run

name: 'Run tests'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install -r test/requirements.txt
- run: mypy
- run: pytest