Skip to content

fix(python): update mkdocs-material ( 9.5.38 → 9.5.39 ) #1752

fix(python): update mkdocs-material ( 9.5.38 → 9.5.39 )

fix(python): update mkdocs-material ( 9.5.38 → 9.5.39 ) #1752

Workflow file for this run

---
name: Packer Lint
on:
push:
paths:
- packer/**
- .github/workflows/packer-lint.yml
pull_request:
jobs:
packer-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup packer
uses: hashicorp/setup-packer@v3.1.0
id: setup
with:
version: latest
- name: Run packer validate
id: validate
run: |
cd packer/templates
packer validate -syntax-only ubuntu