Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Add testing for other operational systems like Mac or Linux.
  • Loading branch information
albags committed Jul 16, 2024
1 parent 06520e0 commit dd7edab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit dd7edab

Please sign in to comment.