Skip to content

Commit

Permalink
fix: fixes yamllint rule violations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored Mar 15, 2024
1 parent 00cc5e8 commit 0ecec13
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
schedule:
interval: "daily"
commit-message:
prefix: ":arrow_up:"
prefix: ":arrow_up:"
2 changes: 1 addition & 1 deletion .github/workflows/autofix-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
branch: ${{ inputs.branch }}
file_pattern: "*.json,markdown/*"
commit_user_name: "trestle-bot[bot]"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
commit_message: "adds ${{ github.event.inputs.component_name }} component to ${{ github.event.inputs.output }} component definition [skip ci]"
pull_request_title: "Add ${{ github.event.inputs.component_name }} component to ${{ github.event.inputs.output }} component definition"
github_token: ${{ steps.get_installation_token.outputs.token }}
filter_by_profile: ${{ github.event.inputs.filter_by_profile }}
filter_by_profile: ${{ github.event.inputs.filter_by_profile }}
2 changes: 1 addition & 1 deletion .github/workflows/manual-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
uses: ./.github/workflows/autofix-cd.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/manual-transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
uses: ./.github/workflows/transform-rules.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/transform-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: ./.github/workflows/transform-rules.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
skip_assemble: true
commit_message: "Generate markdown changes [skip-ci]"
commit_user_name: "trestle-bot[bot]"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"
1 change: 1 addition & 0 deletions .github/workflows/update-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
commit_message: "Generate markdown changes [skip ci]"
commit_user_name: "trestle-bot[bot]"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"

2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: ./.github/workflows/autofix-cd.yml
with:
branch: ${{ github.head_ref }}
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ extends: relaxed

rules:
line-length:
max: 105
max: 105
2 changes: 1 addition & 1 deletion rules/example/Example/rule_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ x-trestle-rule-info:
x-trestle-component-info:
name: Example
description: Example Application
type: service
type: service

0 comments on commit 0ecec13

Please sign in to comment.