Skip to content

Restructure Github actions, update PDK 3.0.1, spec fixes #9

Restructure Github actions, update PDK 3.0.1, spec fixes

Restructure Github actions, update PDK 3.0.1, spec fixes #9

---
name: Run PDK validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Install buildtools
run: sudo apt-get install ruby-dev
- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1