Skip to content

Commit

Permalink
Trigger pylint test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 20, 2024
1 parent 0954cd4 commit c91b904
Showing 1 changed file with 10 additions and 0 deletions.
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@c39580d1d2283cbe2ce1c3ba204fa7afe69b1fad
with:
astroid-sha: ${{ github.event.workflow_run.head_sha }}

0 comments on commit c91b904

Please sign in to comment.