Skip to content

Commit 1259c00

Browse files
committed
Add pylint in CI
1 parent 4c2cf3c commit 1259c00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2
27-
- uses: actions/setup-python@v2
27+
28+
- name: Lint
29+
uses: cclauss/GitHub-Action-for-pylint@master
30+
with:
31+
args: "pylint src/vcs/"
2832

2933
- name: Install dependencies
3034
run: sudo apt-get -y install appstream appstream-util desktop-file-utils gettext

0 commit comments

Comments
 (0)