Skip to content

Commit

Permalink
Add Github test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-kennedy committed Jul 19, 2024
1 parent 2a2c458 commit 1add327
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main

coverage:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main

perlcritic:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-perlcritic.yml@main

0 comments on commit 1add327

Please sign in to comment.