diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index f6066f69..4b4fd555 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ['3.8' ] - name: PyTests Python ${{ matrix.python-version }} + name: Linting Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2