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 Jul 16, 2023
1 parent 4c3bebb commit 6690ac3
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: ${{ context.repo.owner }}/pylint/.github/workflows/tests.yml
with:
astroid-sha: ${{ github.event.workflow_run.head_sha }}

0 comments on commit 6690ac3

Please sign in to comment.