Compare commits

...

2 commits

Author SHA1 Message Date
a324e3b6df
misc(repo): switched to built-in coastalcommits' setup python action
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s
2023-09-23 09:06:56 -04:00
d214d59ec2
misc(repo): revert pylint python version to 3.11.2 2023-09-23 08:29:38 -04:00

View file

@ -7,14 +7,14 @@ jobs:
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.11.5"] python-version: ["3.11.2"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3.6.0 uses: actions/checkout@v3.6.0
with: with:
token: ${{ secrets.COASTALCOMMITSTOKEN}} token: ${{ secrets.COASTALCOMMITSTOKEN}}
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: https://github.com/actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies