mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
20a660940c
We should have CI Lint YAML files in the tree. MozReview-Commit-ID: F8hTBerSNIj --HG-- extra : rebase_source : 87f84b855f29b5625bacae5c199d99d144c02bc8
14 lines
288 B
YAML
14 lines
288 B
YAML
---
|
|
yamllint:
|
|
description: YAML linter
|
|
include:
|
|
- .cron.yml
|
|
- python/mozlint/
|
|
- security/nss/.taskcluster.yml
|
|
- taskcluster
|
|
- testing/mozharness
|
|
- tools
|
|
extensions: ['yml', 'yaml']
|
|
type: external
|
|
payload: yamllint_:lint
|