Skip to content

Commit

Permalink
add shellcheck from reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jan 10, 2024
1 parent f8e199e commit e9fb954
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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

0 comments on commit e9fb954

Please sign in to comment.