mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-06 19:27:08 +01:00
Line endings on files.
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||
* @samip5
|
||||
* @samip5
|
||||
|
||||
@@ -101,4 +101,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -150,4 +150,4 @@ def main(
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app()
|
||||
app()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user