tech-conferences / conference-data

Conference data for www.confs.tech
https://confs.tech
MIT License
261 stars 168 forks source link

Json Syntax Check #6963

Closed JuanPabloDiaz closed 2 weeks ago

JuanPabloDiaz commented 2 weeks ago

I dont know if we need this but I just found a workflow that will check the syntax of JSON files

json-syntax-check

cgrail commented 2 weeks ago

If the syntax is not correct, our current tests will fail. Will this workflow tell you what’s wrong?

JuanPabloDiaz commented 2 weeks ago

If the syntax is not correct, our current tests will fail.

We probable don't need it.

Will this workflow tell you what’s wrong?

kind of: - /github/workspace/conferences/2023/testing.json: unexpected token at '{' ...

nimzco commented 2 weeks ago

Since the test would fail like @cgrail mentions, I would just close this issue.

JuanPabloDiaz commented 2 weeks ago

no need