Skip to content

Try using new Perl devcontainer feature #16

Try using new Perl devcontainer feature

Try using new Perl devcontainer feature #16

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: Basic Tests
on:
push:
# This workflow doesn't need to run on tags; to get that, specify only `branches` here:
branches:
- '**'
pull_request:
jobs:
tests:
# Uses the Perl that comes preinstalled on all GH Action runners
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
name: Default Perl on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: prove -l