8 lines
110 B
TypeScript

export const ciList = [
'github',
'circleci',
'azure',
'bitbucket-pipelines',
'gitlab',
] as const;