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 0954cd4 commit c91b904Copy full SHA for c91b904
.github/workflows/test-pylint.yml
@@ -0,0 +1,10 @@
1
+name: Test pylint
2
+
3
+on:
4
+ pull_request: ~
5
6
+jobs:
7
+ test-pylint-with-astroid-sha:
8
+ uses: jacobtylerwalls/pylint/.github/workflows/tests.yaml@c39580d1d2283cbe2ce1c3ba204fa7afe69b1fad
9
+ with:
10
+ astroid-sha: ${{ github.event.workflow_run.head_sha }}
0 commit comments