Skip to content

(CAT-376) Rework firewall module to use the resource_api #93

(CAT-376) Rework firewall module to use the resource_api

(CAT-376) Rework firewall module to use the resource_api #93

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
# Spec:
# uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
# with:
# runs_on: "ubuntu-20.04"
# secrets: "inherit"
Acceptance:

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3): The workflow must contain at least one job with no dependencies.
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
runs_on: "ubuntu-20.04"
secrets: "inherit"