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

Update linting.yml

This commit is contained in:
kzndotsh 2024-03-24 16:10:03 -04:00 committed by GitHub
parent 321a4c3307
commit 372bafa1cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,4 +28,4 @@ jobs:
run: ruff format && ruff check . --fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'
commit_message: '[Fix] Linting and formatting via Ruff'