Skip to content

Commit

Permalink
Add Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilwyad committed Jul 26, 2024
1 parent b338f35 commit 4676f50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --installdeps --skip-satisfied

- run: prove -lv t

0 comments on commit 4676f50

Please sign in to comment.