Skip to content

Commit

Permalink
gh-action add test
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Dec 8, 2024
1 parent 156359c commit df9d17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: [macOs-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.0
cache: false
- run: pixi run lint
- run: pixi run test
- run: pixi run test

0 comments on commit df9d17e

Please sign in to comment.