From 1259c00ee84ff7c51eed538a30975d8141896865 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 20 Nov 2021 12:35:44 -0500 Subject: [PATCH] Add pylint in CI --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04179b5..1cffd4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + + - name: Lint + uses: cclauss/GitHub-Action-for-pylint@master + with: + args: "pylint src/vcs/" - name: Install dependencies run: sudo apt-get -y install appstream appstream-util desktop-file-utils gettext