mpalmer / action-validator

Tool to validate GitHub Action and Workflow YAML files
GNU General Public License v3.0
271 stars 25 forks source link

Bump schemastore (6 months old) #55

Closed TWiStErRob closed 1 year ago

TWiStErRob commented 1 year ago

Which fixes probably many things.

I experienced

            {
              "code": "wrong_type",
              "detail": "The value must be number",
              "path": "/jobs/android/timeout-minutes",
              "title": "Type of the value is wrong"
            }

at https://github.com/TWiStErRob/github-workflows/actions/runs/5510115396/jobs/10043829759?pr=1

which is caused by not having this fix: https://github.com/SchemaStore/schemastore/issues/2806

TWiStErRob commented 1 year ago

Thanks for the quick release! @mpalmer