Merge pull request #880 from p12tic/fix-test-names

github: Fix test names
This commit is contained in:
Povilas Kanapickas 2024-03-08 15:56:01 +02:00 committed by GitHub
commit 5b571942e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,11 @@
name: Pylint
name: Static checks
on:
- push
- pull_request
jobs:
lint-ruff:
static-checks:
runs-on: ubuntu-latest
steps:
- 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
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: PyTest
name: Tests
on:
push: