We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2cf3c commit 1259c00Copy full SHA for 1259c00
.github/workflows/main.yml
@@ -24,7 +24,11 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v2
27
- - uses: actions/setup-python@v2
+
28
+ - name: Lint
29
+ uses: cclauss/GitHub-Action-for-pylint@master
30
+ with:
31
+ args: "pylint src/vcs/"
32
33
- name: Install dependencies
34
run: sudo apt-get -y install appstream appstream-util desktop-file-utils gettext
0 commit comments