Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/test-pylint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test pylint

on:
pull_request: ~

jobs:
test-pylint-with-astroid-sha:
uses: jacobtylerwalls/pylint/.github/workflows/tests.yaml@bc008ad3a29a3cb2c7e93a07e0b9b584cf0845e6
with:
astroid_sha: ${{ github.event.pull_request.head_sha }}
Loading