Skip to content

Commit

Permalink
Add workflow for authortests
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Feb 6, 2024
1 parent 3e712dd commit 0c6c6e8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/perl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Perl tests

on:
pull_request:
push:
branches:
- '*'

jobs:
authortests:
runs-on: ubuntu-latest
name: Perl
container:
image: perldocker/perl-tester
steps:
- uses: actions/checkout@v4
- run: prove xt

0 comments on commit 0c6c6e8

Please sign in to comment.