Skip to content

feat(helm): update joal ( 0.2.3 → 0.3.0 ) #1767

feat(helm): update joal ( 0.2.3 → 0.3.0 )

feat(helm): update joal ( 0.2.3 → 0.3.0 ) #1767

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/[email protected]
id: setup
with:
version: latest
- name: Run packer validate
id: validate
run: |
cd packer/templates
packer validate -syntax-only ubuntu