cci 0.0.1

Control your CI/CD
Documentation
1
2
3
4
5
6
7
8
9
CciConfig(
    presets: [
        GoApp(GoAppConfig(
            version: "1.21",
            linter: true,
            security: true,
        )),
    ],
)