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: on:
push: push:
pull-request: pull_request:
jobs: jobs:
validate: validate:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
tasks: steps:
- name: Install packer - name: Install packer
uses: .github/actions/install_packer/ uses: ./.github/actions/install_packer/
- name: Run syntax check - name: Run syntax check
run: | run: |
set -exo pipefail set -exo pipefail