Skip to content

Commit 2e94093

Browse files
authored
Merge pull request #114 from MightyCreak/pylint
Add Pylint
2 parents cf1d2a0 + 1259c00 commit 2e94093

File tree

16 files changed

+805
-153
lines changed

16 files changed

+805
-153
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)