Removing reviewdog yamllint that does not appear to work and falling back to normal yamllint.

This commit is contained in:
xenoscr
2022-09-11 13:25:58 -04:00
parent e10341af15
commit 396cd47710
2 changed files with 2 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
---
name: PUSH - YAML Lint and Schema Validation Checks
on: [push]
name: PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks
on: [push,pull_request]
jobs:
lintFiles: