fix(repo): fixed up the pylint workflow (hopefully it functions!)
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 12s

This commit is contained in:
Seaswimmer 2023-09-22 19:17:18 -04:00
parent 5dc41df851
commit f20ec50cdc
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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