fibonacci_pipeline/.github/workflows/.github-ci.yaml
Workflow config file is invalid. Please check your config file: yaml: line 18: mapping values are not allowed in this context

23 lines
573 B
YAML

name: ci-workflow
on: [push]
jobs:
ci:
runs-on: docker
container:
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipe:v0.0.1
steps:
- name: Clone Repository
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
- name: Lint the Repository
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/lint/.github/workflows/golang-ci-lint.yml@main
with:
source: './...'
#- name: Build Docker Container
#- name: Vulnerability Scanning