Skip to content

Commit

Permalink
fixup! Use shared CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent 276918d commit a498ea1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
- id: build-dist
uses: perlrdf/devops/github-actions/build-dist@main
with:
dist-perl-deps-develop: strict # TODO Add modules
dist-perl-deps-develop: >-
Test::Perl::Critic
Test::RDF
Test::Signature
Test::Pod::Coverage
Test::Pod
test:
needs: [ 'dist', 'notify' ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a498ea1

Please sign in to comment.