Update .github/workflows/pylint.yml
Some checks failed
Pylint / build (3.11.2) (push) Failing after 27s

This commit is contained in:
SeaswimmerTheFsh 2023-07-13 11:49:57 -04:00
parent 51bd0a8d71
commit 6297b5ec75

View file

@ -9,9 +9,9 @@ jobs:
matrix: matrix:
python-version: ["3.11.2"] python-version: ["3.11.2"]
steps: steps:
- uses: actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: https://github.com/actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies