Skip to content

docs: adjust the path to curl.1 after we dropped nroff in the build #686

docs: adjust the path to curl.1 after we dropped nroff in the build

docs: adjust the path to curl.1 after we dropped nroff in the build #686

Workflow file for this run

name: perlcheck
on:
# Trigger the workflow on push or pull requests, but only for the
# master branch
push:
branches:
- master
- '*/ci'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install prereqs
run: sudo apt-get install libcgi-pm-perl libstring-crc32-perl
- name: perlcheck
run: make perlcheck