From 0c6c6e867880dca921df78d849a994cbb1d72a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 6 Feb 2024 17:17:21 +0100 Subject: [PATCH] Add workflow for authortests --- .github/workflows/perl.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/perl.yaml diff --git a/.github/workflows/perl.yaml b/.github/workflows/perl.yaml new file mode 100644 index 0000000..998e6e6 --- /dev/null +++ b/.github/workflows/perl.yaml @@ -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