From c91b904fe1c30e43db275e4ad1bfa5127ee8bc1a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 16 Jul 2023 12:56:38 -0400 Subject: [PATCH] Trigger pylint test suite --- .github/workflows/test-pylint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/test-pylint.yml diff --git a/.github/workflows/test-pylint.yml b/.github/workflows/test-pylint.yml new file mode 100644 index 0000000000..bee4c5c53b --- /dev/null +++ b/.github/workflows/test-pylint.yml @@ -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 }}