mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
gitattributes: Disable linguist detection for tools/tidy.sh
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,3 +1,4 @@
|
|||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
tools/tidy.sh linguist-detectable=false
|
||||||
.github/.cspell/rust-dependencies.txt linguist-generated
|
.github/.cspell/rust-dependencies.txt linguist-generated
|
||||||
manifests/** linguist-generated
|
manifests/** linguist-generated
|
||||||
|
|||||||
@@ -21,9 +21,10 @@ cd -- "$(dirname -- "$0")"/..
|
|||||||
# - clang-format (if C/C++/Protobuf code exists)
|
# - clang-format (if C/C++/Protobuf code exists)
|
||||||
# - parse-dockerfile <https://github.com/taiki-e/parse-dockerfile> (if Dockerfile exists)
|
# - parse-dockerfile <https://github.com/taiki-e/parse-dockerfile> (if Dockerfile exists)
|
||||||
#
|
#
|
||||||
# This script is shared with other repositories, so there may also be
|
# This script is shared by projects under github.com/taiki-e, so there may also
|
||||||
# checks for files not included in this repository, but they will be
|
# be checks for files not included in this repository, but they will be skipped
|
||||||
# skipped if the corresponding files do not exist.
|
# if the corresponding files do not exist.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
|
||||||
retry() {
|
retry() {
|
||||||
for i in {1..10}; do
|
for i in {1..10}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user