From e9fb95416cc66b93191128c289c050aa8434894f Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Wed, 10 Jan 2024 11:44:10 +0100 Subject: [PATCH] add shellcheck from reusable workflow --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db337502..5d12b4ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,4 @@ --- - on: pull_request: {} push: @@ -9,6 +8,11 @@ on: name: CI jobs: + general_ci: + uses: voxpupuli/crafty/.github/workflows/general_ci.yaml@main + with: + shellcheck_scan_dir: './puppetserver' + build_docker_image: name: 'Built test Docker image' runs-on: ubuntu-latest