Skip to content

feat(pipelines): added GitHub pipelines code provided by pipelines pr… #1

feat(pipelines): added GitHub pipelines code provided by pipelines pr…

feat(pipelines): added GitHub pipelines code provided by pipelines pr… #1

Workflow file for this run

name: 'default'
on:
push:
branches:
- 'main'
tags:
- '*'
pull_request:
branches:
- 'main'
workflow_dispatch:
#permissions:
# checks: 'write' # code_check-style_golangci_lint
# contents: 'write' # delivery-release
jobs:
default:
uses: 'rios0rios0/pipelines/.github/workflows/python-docker.yaml@main'

Check failure on line 20 in .github/workflows/default.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/default.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/default.yaml" -> "rios0rios0/pipelines/.github/workflows/python-docker.yaml@main" : failed to fetch workflow: workflow was not found.