Set up Pylint CI

This commit is contained in:
Ivan R. 2022-12-31 12:36:26 +05:00
parent f67b14f42b
commit 9623624880
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

17
.github/workflows/pylint.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Pylint
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Analysing the code with pylint
run: pylint histd