Skip to content
CI/CD Inventory

BioContainers/tools-metadata (opens in new tab)

1 workflow

Triggers

push pull_request

Jobs

Jobs for Yaml Lint validator
Job Runs on Steps Actions used
lintAllTheThings ubuntu-latest 2
actions/checkout@v2 ibiqlik/action-yamllint@v1
Raw YAML
---

name: Yaml Lint validator
on: [push, pull_request]
jobs:
  lintAllTheThings:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: yaml-lint
        uses: ibiqlik/action-yamllint@v1
        with:
          config_file: .yamllint.yml

Last fetched: