mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
spelling: linguist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b4e2aae0cf
commit
b5b0d48170
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
branch_name="feature/sync-linguist-${{ steps.previous_linguist.outputs.short_commit }}"
|
branch_name="feature/sync-linguist-${{ steps.previous_linguist.outputs.short_commit }}"
|
||||||
if git rev-parse --quiet --verify $branch_name; then
|
if git rev-parse --quiet --verify $branch_name; then
|
||||||
echo "Linuist update branch $branch_name already exists"
|
echo "Linguist update branch $branch_name already exists"
|
||||||
echo "::set-output name=needs_pr::true"
|
echo "::set-output name=needs_pr::true"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -97,7 +97,7 @@ func main() {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(bzz): provide API that mimics lingust CLI output for
|
// TODO(bzz): provide API that mimics linguist CLI output for
|
||||||
// - running ByExtension & ByFilename
|
// - running ByExtension & ByFilename
|
||||||
// - reading the file, if that did not work
|
// - reading the file, if that did not work
|
||||||
// - GetLanguage([]Strategy)
|
// - GetLanguage([]Strategy)
|
||||||
|
Loading…
Reference in New Issue
Block a user