Skip to content

Merge pull request #419 from sap-linuxlab/dev #3

Merge pull request #419 from sap-linuxlab/dev

Merge pull request #419 from sap-linuxlab/dev #3

name: yamllint-sap_vm_preconfigure
on:
push:
branches: [ main ]
paths:
- 'roles/sap_vm_preconfigure/**'
pull_request:
branches: [ main ]
paths:
- 'roles/sap_vm_preconfigure/**'
workflow_dispatch:
jobs:
# This workflow contains a single job called "build"
yamllint:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Install dependencies
run: pip install yamllint
# Runs a set of commands using the runners shell
- name: yamllint
run: yamllint ./roles/sap_vm_preconfigure