github: Fix test names

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas 2024-03-08 15:37:17 +02:00
parent 6841619b9c
commit a90da4dfaf
2 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,11 @@
name: Pylint name: Static checks
on: on:
- push - push
- pull_request - pull_request
jobs: jobs:
lint-ruff: static-checks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python name: Tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: PyTest
on: on:
push: push: