Skip to content

nrfconnect/action-yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

action-yamllint

GitHub action to run ibiqlik/action-yamllint with a predefined set of rules on all yml/yaml files in a repo

usage

name: Lint yaml files
on:
  pull_request:

jobs:
  lint_yml:
    runs-on: ubuntu-latest
    steps:
      - name: Execute yamllint
        uses: nrfconnect/action-yamllint@main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published