Skip to content

AnderssonPeter/cloud-init-linter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-init Lint Action

This is a GitHub action for validating cloud-init files

Example

name: Lint
on: [push]
jobs:
  lint:
    runs-on: ubuntu-latest
    steps: 
    - name: Checkout
      uses: actions/checkout@master
    - name: Lint cloud-init
      uses: anderssonpeter/cloud-init-linter@v1

Usage

This is a list of the arguments this action can take:

Name Required Description Default
files No What files to lint **/*cloud-init*.{yml,yaml}

About

custom github action to lint cloud init

Resources

Stars

Watchers

Forks

Packages

No packages published