Correct workflow name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user