mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Line endings on files.
This commit is contained in:
parent
b4648026cf
commit
492dbb38fb
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -1,2 +1,2 @@
|
||||
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||
* @samip5
|
||||
* @samip5
|
||||
|
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -101,4 +101,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
2
.github/scripts/check-releasenotes.sh
vendored
2
.github/scripts/check-releasenotes.sh
vendored
@ -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
|
||||
|
2
.github/scripts/renovate-releasenotes.py
vendored
2
.github/scripts/renovate-releasenotes.py
vendored
@ -150,4 +150,4 @@ def main(
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app()
|
||||
app()
|
||||
|
2
.github/scripts/requirements.txt
vendored
2
.github/scripts/requirements.txt
vendored
@ -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
|
||||
|
2
.github/workflows/charts-changelog.yaml
vendored
2
.github/workflows/charts-changelog.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user