mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
GHA: add yamlcheck
Uses `yamllint`. Also: - fix warning for existing YAML files: ``` [truthy] truthy value should be one of [false, true] ``` Closes #14650
This commit is contained in:
parent
5629bb7cf6
commit
f73f6bf9f8
23 changed files with 54 additions and 21 deletions
5
.github/workflows/checksrc.yml
vendored
5
.github/workflows/checksrc.yml
vendored
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
name: Source
|
||||
|
||||
on:
|
||||
'on':
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -84,6 +84,9 @@ jobs:
|
|||
- name: spacecheck
|
||||
run: .github/scripts/spacecheck.pl
|
||||
|
||||
- name: yamlcheck
|
||||
run: .github/scripts/yamlcheck.sh
|
||||
|
||||
- name: binarycheck
|
||||
run: .github/scripts/binarycheck.pl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue