We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a01e9 commit 9c2b39aCopy full SHA for 9c2b39a
.github/workflows/pylint.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: "3.11"]
+ python-version: ["3.11"]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
0 commit comments