diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dafcc4a..a90b352 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,11 @@ on: workflow_dispatch: jobs: + general_ci: + uses: voxpupuli/crafty/.github/workflows/general_ci.yaml@main + with: + shellcheck_scan_dir: '.' + build_test_container: name: 'Build test container' runs-on: ubuntu-latest