Skip to content

Feat: Add github actions pipeline #1

Feat: Add github actions pipeline

Feat: Add github actions pipeline #1

Workflow file for this run

name: Main Pipeline
on:
workflow_dispatch:
push:
branches:
- master #default branch name
tags-ignore:
- '**'
pull_request:
branches:
- master #default branch name
jobs:
main:
secrets: inherit
uses: wiley/github-workflows/.github/workflows/PIPELINE-Serverless.yaml@main

Check failure on line 16 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yaml" -> "wiley/github-workflows/.github/workflows/PIPELINE-Serverless.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
APP_CODE: "was-bucket-antivirus-function"
SYS_CODE: "was"
PYTHON_VERSION: "3.8"