Skip to content

tasks require path to inventory yaml #208

tasks require path to inventory yaml

tasks require path to inventory yaml #208

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: reviewdog/action-shellcheck@v1

Check failure on line 15 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: 15, Col: 9): 'uses' is already defined
with:
check_all_files_with_shebangs: "true"
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"