fix(repo): fixed up the pylint workflow (hopefully it functions!)
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 12s
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 12s
This commit is contained in:
parent
5dc41df851
commit
f20ec50cdc
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,12 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11.2"]
|
python-version: ["3.11.2"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||||
- 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@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue