Skip to content

Add Schweizer SGS 1-35 #106

Add Schweizer SGS 1-35

Add Schweizer SGS 1-35 #106

Workflow file for this run

name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install pytest
run: pip3 install pytest
- name: Run tests
run: pytest