Skip to content

Commit

Permalink
Add to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Jan 10, 2025
1 parent da884c7 commit 7afdcf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ on:
branches: [ "master" ]

jobs:
ruff:
defaults:
run:
working-directory: server
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
build-server:
runs-on: ubuntu-latest
needs: ruff
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand All @@ -26,3 +35,4 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .

0 comments on commit 7afdcf9

Please sign in to comment.