Skip to content

more ci

more ci #3

Workflow file for this run

name: CI Tests
on:
push:
pull_request:
jobs:
test:
steps:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI Tests

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
- run: cpanm --installdeps .
- run: prove -lv t