Skip to content

Commit

Permalink
Merge pull request #150 from WillAbides/format2
Browse files Browse the repository at this point in the history
format bindown.yaml
  • Loading branch information
WillAbides authored May 29, 2023
2 parents f1e2e81 + 030ba75 commit e728f61
Show file tree
Hide file tree
Showing 9 changed files with 292 additions and 288 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
mode: minimum
count: 1
labels: "breaking, breaking change, bug, enhancement, patch semver:patch, semver:minor, minor, major, semver:major"
labels: "breaking, breaking change, bug, enhancement, patch, semver:patch, semver:minor, minor, major, semver:major"
message: |
This PR cannot be merged until it has at least one label indicating the type of change it is. See [CONTRIBUTING.md](https://github.com/${{ github.repository }}/blob/main/CONTRIBUTING.md#Releasing).
add_comment: true
14 changes: 7 additions & 7 deletions bindown.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@
"type": "string",
"description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /."
},
"systems": {
"items": {
"type": "string"
},
"type": "array",
"description": "List of systems supported by this config. Systems are in the form of os/architecture."
},
"dependencies": {
"patternProperties": {
".*": {
Expand Down Expand Up @@ -195,13 +202,6 @@
"type": "object",
"description": "Upstream sources for templates."
},
"systems": {
"items": {
"type": "string"
},
"type": "array",
"description": "List of systems supported by this config. Systems are in the form of os/architecture."
},
"url_checksums": {
"patternProperties": {
".*": {
Expand Down
10 changes: 5 additions & 5 deletions bindown.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ properties:
The directory that bindown installs files to. This is relative to the directory where the configuration file
resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems
where the native delimiter isn't /.
systems:
items:
type: string
type: array
description: List of systems supported by this config. Systems are in the form of os/architecture.
dependencies:
patternProperties:
.*:
Expand All @@ -174,11 +179,6 @@ properties:
type: string
type: object
description: Upstream sources for templates.
systems:
items:
type: string
type: array
description: List of systems supported by this config. Systems are in the form of os/architecture.
url_checksums:
patternProperties:
.*:
Expand Down
Loading

0 comments on commit e728f61

Please sign in to comment.