Skip to content

Add makefile and remove warnings from packer #26

Add makefile and remove warnings from packer

Add makefile and remove warnings from packer #26

Workflow file for this run

---
name: Packer
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
packer:
runs-on: ubuntu-latest
name: packer
steps:
- name: Checkout Repository
uses: actions/checkout@v2
# validate templates
- name: Validate Template
uses: hashicorp/packer-github-actions@master
with:
command: validate
arguments: -syntax-only
target: archlinux.pkr.hcl