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