From 136c1c581bac750ff996aea988434ac6835a62fc Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sat, 21 Oct 2023 18:21:29 -0400 Subject: [PATCH] fixup! Use shared CI actions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e220e3..fdc094a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: Test::Perl::Critic Test::Pod::Coverage Test::Pod + Pod::Coverage::Moose test: needs: [ 'dist', 'notify' ] runs-on: ${{ matrix.os }}