Skip to content

Commit 574c28e

Browse files
committed
ALso test on windows
1 parent 2951d14 commit 574c28e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ on:
1212
jobs:
1313
testCode:
1414

15-
runs-on: ubuntu-latest
1615
strategy:
1716
matrix:
17+
os: [ubuntu-latest, windows-latest]
1818
python-version: ["3.7", "3.8", "3.9", "3.10"]
19+
runs-on: ${{ matrix.os }}
1920

2021
steps:
2122
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pylsp-mypy
3-
author = Tom van Ommeren, Richard Kellnberger
3+
author = Richard Kellnberger, Tom van Ommeren
44
description = Mypy linter for the Python LSP Server
55
url = https://github.com/python-lsp/pylsp-mypy
66
long_description = file: README.rst

0 commit comments

Comments
 (0)