Skip to content

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

Restructure Github actions, update PDK 3.0.1, spec fixes

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

---
name: Run PDK validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Install build-essential
run: |
sudo apt-get update
sudo apt-get build-essential
- name: Cache apt packages
uses: awalsh128/[email protected]
with:
packages: build-essential
version: 1.0
- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1