Skip to content

CoverGo/ci-workflow-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

ci-workflow libraries

Gflows package with some shared functionalities

Usage

  1. Reference this project as GFlows package in config.yml file in your project.
# Config file for GFlows.
# See https://github.com/jbrunton/gflows/wiki/Configuration for options.
githubDir: github-sample
templates:
  engine: ytt
  defaults:
    libs:
      - workflow-configuration/scan-code-net
    dependencies:
      - https://raw.githubusercontent.com/CoverGo/ci-workflow-libraries/v1.1/.gflows
  1. Import functions required in your templates and use it in your template file, like scan-code.template.yml
#@ load("@ytt:data", "data")
#@ load("@ytt:overlay", "overlay")
#@ load("workflows.lib.yml", "pull_request_defaults")

name: Scan code
"on": #@ pull_request_defaults(data.values.scan_code_net)
jobs:
  build:
    name: Analyse

Functions for producing

Steps for:

Full job for:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •