Skip to content

Commit bd50849

Browse files
authored
Merge pull request #16 from und3f/add-github-actions
Add github actions CI
2 parents 37688b4 + 3d344e7 commit bd50849

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/cpan.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CPAN
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main
13+
14+
coverage:
15+
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main
16+
17+
perlcritic:
18+
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-perlcritic.yml@main

0 commit comments

Comments
 (0)