gh-action build matrix
This commit is contained in:
8
.github/workflows/pylint.yml
vendored
8
.github/workflows/pylint.yml
vendored
@@ -3,8 +3,12 @@ name: Pylint
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [macOs-latest, ubuntu-latest, windows-latest]
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macOs-latest, ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: prefix-dev/setup-pixi@v0.8.0
|
||||
|
||||
Reference in New Issue
Block a user