Skip to content

Commit e919304

Browse files
authored
Remove python 3.8 and windows/macos lint check. (modmail-dev#3258)
Signed-off-by: Taku <45324516+Taaku18@users.noreply.github.com>
1 parent 960a36e commit e919304

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lints.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
code-style:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
python-version: ['3.8', '3.9', '3.10']
10+
python-version: ['3.9', '3.10']
1211

13-
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
12+
name: Python ${{ matrix.python-version }} on ubuntu-latest
1413

1514
steps:
1615
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)