Skip to content

update cipher task schemas #132

update cipher task schemas

update cipher task schemas #132

Workflow file for this run

name: Yaml Lint
on: [push]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: task_schemas.yml
config_data: |
extends: default
rules:
trailing-spaces:
level: warning
line-length:
level: warning
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: software.yml
config_data: |
extends: default
rules:
trailing-spaces:
level: warning
line-length:
level: warning