add pytest ci

This commit is contained in:
Muayyad alsadi 2022-02-25 21:50:52 +03:00
parent 59c9a69689
commit 2f0ca9e41d
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: Pylint name: Pylint
on: [push] on:
- push
- pull_request
jobs: jobs:
build: build:
@ -22,4 +24,6 @@ jobs:
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
# pylint $(git ls-files '*.py') # pylint $(git ls-files '*.py')
python -m compileall podman_compose.py
pylint podman_compose.py pylint podman_compose.py