Skip to content

Commit

Permalink
add jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
minimike86 committed Oct 25, 2024
1 parent efd655f commit dd23f47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push, pull_request]
jobs:
setup:
name: Setup python

runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -35,11 +34,17 @@ jobs:
python -m poetry install
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run tests
run: |
python -m poetry run python -m pytest -sxv
lint:
name: Enforce linter rules
runs-on: ubuntu-latest
steps:
- name: Run black
uses: psf/black@stable
with:
Expand Down

0 comments on commit dd23f47

Please sign in to comment.