Skip to content

Merge pull request #32 from bharsesh/metadata #48

Merge pull request #32 from bharsesh/metadata

Merge pull request #32 from bharsesh/metadata #48

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .ci/yamllint.yml
strict: true
file_or_dir: .github/