issues Search Results · repo:GrantBirki/json-yaml-validate language:JavaScript
Filter by
28 results
(74 ms)28 results
inGrantBirki/json-yaml-validate (press backspace or delete to remove)Currently files input expects one file per line. If it accepted a flat list in a string it would make it easier to pass
the list of files from other steps (such as a step using https://github.com/tj-actions/changed-files) ...
enhancement
good first issue
prein
- Opened on Jan 31
- #81
Thanks for creating this action - it s been a huge help in a bunch of my projects.
Instead of validating data against a schema, I ve been looking to validate a schema against a meta-schema (usually a ...
CodeGat
- Opened on Sep 20, 2024
- #78
I did some research into doing schema validation. Unfortunately, the schema validation only works for fixed documents -
you validate the fields of a map (that has to exist). The limitation is coming from ...
hansfn
- 2
- Opened on Aug 27, 2024
- #77
I m using following configuration
- name: Validate json ${{ inputs.json_configuration }} with schema
uses: GrantBirki/json-yaml-validate@3a3d883daf915618a7503a2e9c04b8e57130a4b8 # v3.0.0 ...
bug
jprecuch
- 2
- Opened on Aug 8, 2024
- #70
Hello,
I m having a problem with a YAML file that I call flat:
name: Test
author: Me
category: YAML
And when I try to create my schema I get the following error when launching the action:
name:
type: ...
Bigyls
- 4
- Opened on Aug 1, 2024
- #69
Hi! I am trying to use action to verify the API doc file which follows the OpenAPI 3.0.1 schema (Schema reference).
- name: Verify api-doc.json
uses: GrantBirki/json-yaml-validate@v3.0.0 ...
enhancement
kirpichyov
- 3
- Opened on Jul 10, 2024
- #68
Hi!
I m using this validator in a centralized solution where we ve got reusable workflows.
In this setup I now want to make it configurable by allowing the calling repository to have a exclude_file if ...
enhancement
fatbasstard
- 3
- Opened on Jun 27, 2024
- #67
We ve got the following line in .gitignore:
!functions/**/local.env
This results in the following Syntax error:
Run GrantBirki/json-yaml-validate@v2.7.1
with:
github_token: ***
mode: fail ...
bug
fatbasstard
- 4
- Opened on May 13, 2024
- #65
Hi There 👋 first of all thank you for this great GitHub action ❤️
I need to do exactly what you supporting here with the addition that I have custom formats in my schema.
For example:
// in the validator ...
enhancement
cfuerst
- 9
- Opened on Apr 17, 2024
- #60
Currently each new failure adds a new comment (I think?), it would be nice to have an option for it to update an
existing comment. They offer something similar in pytest-coverage-comment
https://github.com/MishaKav/pytest-coverage-comment/blob/a1fe18e2b00c64a765568e2edb9f1706eb8fc88b/src/index.js#L20 ...
enhancement
good first issue
rlh1994
- Opened on Mar 13, 2024
- #57

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.