Skip to content

Commit

Permalink
GitHub Action schema (#850)
Browse files Browse the repository at this point in the history
* Create github-action.json

* fixed args

* added to catalog

* added comments

* fixed sorting

* added runs.env
  • Loading branch information
Logerfo authored and madskristensen committed Nov 7, 2019
1 parent 2250116 commit 94bae80
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,12 @@
"description": "GeoJSON format for representing geographic data.",
"url": "http://json.schemastore.org/geojson"
},
{
"name": "GitHub Action",
"description": "YAML schema for GitHub Actions",
"fileMatch": ["action.yml"],
"url": "http://json.schemastore.org/github-action"
},
{
"name": "gitlab-ci",
"description": "JSON schema for configuring Gitlab CI",
Expand Down
Loading

0 comments on commit 94bae80

Please sign in to comment.