diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 40160b5..8e2e9f1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python package +name: Test with pytest on: push: diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 563b87d..f900249 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,5 +1,10 @@ -name: Ruff +# +# + +name: Lint with ruff + on: [push, pull_request] + jobs: ruff: runs-on: ubuntu-latest