debian-koji-osbuild/.github/workflows/ci.yml
Christian Kellner 6d0a298492 ci: run pylint on the source
Use the new github action to run pylint on all the source code.
2020-09-12 17:22:51 +02:00

16 lines
330 B
YAML

name: Tests
on: [pull_request, push]
jobs:
pylint:
name: Source code liniting
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v2
- name: "Run pylint"
uses: osbuild/koji-osbuild/test@master
with:
run: |
pylint plugins/**/*.py test/**/*.py