UNPKG
lint-gitlab-ci
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
GitLab-ci script to lint .gitlab-ci.yml files.
gitlab.com/StraightOuttaCrompton/lint-gitlab-ci
lint-gitlab-ci
/
lib
/
framework
/
ILinter.d.ts
5 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
import
ILintResponse
from
"../models/ILintResponse"
;
export
default
interface
ILinter
{
lintCiYml
:
(
fileName
:
string
) =>
Promise
<
ILintResponse
>; }