Skip to content

Add libhtml-tokeparser-simple-perl, libmldbm-perl, libregexp-wildcards-perl #1328

Add libhtml-tokeparser-simple-perl, libmldbm-perl, libregexp-wildcards-perl

Add libhtml-tokeparser-simple-perl, libmldbm-perl, libregexp-wildcards-perl #1328

Workflow file for this run

name: Validate-YAML
on:
pull_request:
types: [ opened, synchronize ]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate YAML file
run: 'yamllint -d "{
extends: relaxed, rules: {
new-lines: disable,
line-length: disable,
trailing-spaces: {level: warning},
new-line-at-end-of-file: {level: warning}
}
}" .'