Skip to content

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

Restructure Github actions, update PDK 3.0.1, spec fixes

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

---
name: Run PDK validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Update APT cache
run: apt-get update
- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@v1.3.1
with:
packages: build-essential
version: 1.0
- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1