GrantBirki / json-yaml-validate

A GitHub Action to quickly validate JSON and YAML files in a repository
MIT License
28 stars 11 forks source link

Fix file validation in action summary #76

Closed GrantBirki closed 2 months ago

GrantBirki commented 2 months ago

This pull request fixes a bug where a single JSON or YAML file could be processed more than once by each validator under certain edge cases.

Fixes #70