Skip to content

Commit a107e51

Browse files
Trigger pylint test suite
1 parent 4c3bebb commit a107e51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-pylint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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@main
9+
with:
10+
astroid-sha: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)