Skip to content

allow proxy settings to be set for sensor download #163

allow proxy settings to be set for sensor download

allow proxy settings to be set for sensor download #163

Workflow file for this run

name: "Lint yaml, puppet, and ruby files"
on:
push:
workflow_call:
pull_request:
jobs:
pdk_validate:
name: "Run Puppet Linters"
runs-on: ubuntu-20.04
steps:
- name: Checkout Source
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: "Run PDk Validate"
uses: docker://puppet/pdk:latest
with:
args: "validate"