Skip to content

Commit

Permalink
Merge pull request #46 from voxpupuli/add_shellcheck
Browse files Browse the repository at this point in the history
add shellcheck from reusable workflow
  • Loading branch information
rwaffen authored Jan 10, 2024
2 parents f8e199e + a4d2872 commit 16fb41b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

on:
pull_request: {}
push:
Expand All @@ -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
Expand Down Expand Up @@ -44,6 +48,7 @@ jobs:

tests:
needs:
- general_ci
- build_docker_image
runs-on: ubuntu-latest
name: Test suite
Expand Down

0 comments on commit 16fb41b

Please sign in to comment.