Skip to content

Commit

Permalink
chore: normalize all the line endings (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Sep 8, 2021
1 parent 85ac0a4 commit 5021021
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/mainline-protection.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#

name: Mainline Protection
on:
pull_request:
branches:
- mainline
# The purpose of this workflow is to create a failing Status check on pull request against mainline. This will prevent
# PR from being merged into mainline.
jobs:
mainline-protection:
name: Only create PR against develop branch, not mainline branch
runs-on: ubuntu-18.04
steps:
- run: failing-command # An invalid bash command to trigger failure of this workflow
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#

name: Mainline Protection
on:
pull_request:
branches:
- mainline
# The purpose of this workflow is to create a failing Status check on pull request against mainline. This will prevent
# PR from being merged into mainline.
jobs:
mainline-protection:
name: Only create PR against develop branch, not mainline branch
runs-on: ubuntu-18.04
steps:
- run: failing-command # An invalid bash command to trigger failure of this workflow
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"pattern": "^([^<>{}]*)$"
},
"type": {
"type": "string",
"enum": ["dsAccount", "study"]
},
"status": {
"type": "string",
"enum": ["active", "inactive", "pending", "error", "reachable", "*"]
}
},
"required": ["id"]
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"pattern": "^([^<>{}]*)$"
},
"type": {
"type": "string",
"enum": ["dsAccount", "study"]
},
"status": {
"type": "string",
"enum": ["active", "inactive", "pending", "error", "reachable", "*"]
}
},
"required": ["id"]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"pattern": "^([^<>{}]*)$"
}
},
"required": ["id"]
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"pattern": "^([^<>{}]*)$"
}
},
"required": ["id"]
}

0 comments on commit 5021021

Please sign in to comment.