Skip to content

pushover title and url #17

pushover title and url

pushover title and url #17

Workflow file for this run

name: "Ubuntu"
on:
push:
paths:
- '*.pl'
pull_request:
paths:
- '*.pl'
workflow_dispatch:
jobs:
ubuntu-2004:
name: Test Ubuntu
runs-on: ubuntu-latest
steps:
- name: Install dependencies 🔧
run: |
sudo apt-get install \
libapp-options-perl \
libwww-perl \
libjson-xs-perl
- name: Checkout 🛎️
uses: actions/checkout@v4
# Get versions
- name: Versions 📏
run: cd t/ && bash test.sh