1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

chore(linting.yml): update Python version from 3.11 to 3.12 to keep up with the latest version

style(linting.yml): change commit message format to follow conventional commit standards
This commit is contained in:
kzndotsh 2024-08-24 22:48:53 +00:00
parent 87b413fb18
commit a0a26cc2a8

View file

@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
# Install Ruff
- name: Install Ruff
@ -30,4 +30,4 @@ jobs:
run: ruff format && ruff check . --fix
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[Fix] Linting and formatting via Ruff'
commit_message: 'fix: Linting and formatting via Ruff'