Line endings on files.

This commit is contained in:
Skyler Mäntysaari 2023-04-19 04:14:09 +03:00
parent b4648026cf
commit 492dbb38fb
7 changed files with 7 additions and 7 deletions

2
.github/CODEOWNERS vendored
View File

@ -1,2 +1,2 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
* @samip5
* @samip5

View File

@ -101,4 +101,4 @@
]
}
]
}
}

View File

@ -46,4 +46,4 @@ if [ $# -ge 1 ] && [ -n "$1" ]; then
else
printf >&2 "%s\n" "No chart folder has been specified."
exit 1
fi
fi

View File

@ -150,4 +150,4 @@ def main(
if __name__ == "__main__":
app()
app()

View File

@ -2,4 +2,4 @@ GitPython==3.1.31
loguru==0.6.0
ruamel.yaml==0.17.21
ruamel.yaml.string==0.1.0
typer==0.7.0
typer==0.7.0

View File

@ -84,4 +84,4 @@ jobs:
echo '::set-output name=commit_hash::${{ steps.create-commit.outputs.commit_hash }}'
else
echo "::set-output name=commit_hash::${GITHUB_SHA}"
fi
fi

View File

@ -72,4 +72,4 @@ jobs:
steps:
- name: Check lint matrix status
if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }}
run: exit 1
run: exit 1