forked from extern/podman-compose
add pytest ci
This commit is contained in:
parent
59c9a69689
commit
2f0ca9e41d
6
.github/workflows/pylint.yml
vendored
6
.github/workflows/pylint.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user