mirror of https://github.com/acidanthera/audk.git
12 lines
231 B
YAML
12 lines
231 B
YAML
|
## @file
|
||
|
# CiBuildPlugin used to check spelling
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
##
|
||
|
{
|
||
|
"scope": "cibuild",
|
||
|
"name": "Spell Check Test",
|
||
|
"module": "SpellCheck"
|
||
|
}
|