Skip to content

Formatting tweaks to the C# builder #80

Formatting tweaks to the C# builder

Formatting tweaks to the C# builder #80

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
name: Python v${{ matrix.python }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: python --version
- run: make test-python