Mise à jour de 'linting/pylint.yml'

This commit is contained in:
d3vyce 2023-04-11 00:28:19 +02:00
parent 4585814899
commit 15e8a6428d

View File

@ -1,5 +1,8 @@
name: Pylint
on: [push]
on:
push:
paths:
- '**.py'
jobs:
pylint:
runs-on: ubuntu-latest