mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Mark .github/.cspell/rust-dependencies.txt linguist-generated
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1,3 @@
|
|||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
manifests/** linguist-generated
|
||||||
|
.github/.cspell/rust-dependencies.txt linguist-generated
|
||||||
|
|||||||
@@ -175,6 +175,9 @@ EOF
|
|||||||
echo "${words}" >>.github/.cspell/rust-dependencies.txt
|
echo "${words}" >>.github/.cspell/rust-dependencies.txt
|
||||||
fi
|
fi
|
||||||
check_diff .github/.cspell/rust-dependencies.txt
|
check_diff .github/.cspell/rust-dependencies.txt
|
||||||
|
if ! grep -Eq "^\.github/\.cspell/rust-dependencies.txt linguist-generated" .gitattributes; then
|
||||||
|
echo "warning: you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "+ npx cspell --no-progress \$(git ls-files)"
|
echo "+ npx cspell --no-progress \$(git ls-files)"
|
||||||
npx cspell --no-progress $(git ls-files)
|
npx cspell --no-progress $(git ls-files)
|
||||||
|
|||||||
Reference in New Issue
Block a user