Skip to content

Add CODEOWNERS

Add CODEOWNERS #4

Workflow file for this run

name: Validate packer templates
on:
pull_request:
jobs:
packer-validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup `packer`
uses: hashicorp/[email protected]
id: setup
- name: Run `packer init`
id: init
run: "packer init ./aws-windows-ssh.pkr.hcl"
- name: Run `packer validate`
id: validate
run: "packer validate ./aws-windows-ssh.pkr.hcl"