Skip to content

(maint) Add note to update the puppetlabs_spec_helper lint whenever it is changed here #217

(maint) Add note to update the puppetlabs_spec_helper lint whenever it is changed here

(maint) Add note to update the puppetlabs_spec_helper lint whenever it is changed here #217

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
- name: "Export variables"
run: |
export PDK=release
export PDK_FRONTEND=noninteractive
echo $BASH_VERSION
- name: "Install PDK"
run: |
.ci/install_pdk.sh
- name: "Run Tests"
run: |
.ci/test_script.sh