Correct workflow name

This commit is contained in:
Greg Hellings
2022-05-04 09:02:51 -05:00
parent dda70b6d32
commit aafd20c411
+3 -3
View File
@@ -2,14 +2,14 @@ name: Test the components of it
on:
push:
pull-request:
pull_request:
jobs:
validate:
runs-on: ubuntu-20.04
tasks:
steps:
- name: Install packer
uses: .github/actions/install_packer/
uses: ./.github/actions/install_packer/
- name: Run syntax check
run: |
set -exo pipefail