Skip to content

Commit

Permalink
fix: configure shellcheck only in cicd directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya Rai authored Dec 11, 2024
1 parent d94d77c commit 1bac3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Shellcheck, Testing and GitHub Container Registry CI
on:
pull_request:
types: [opened, synchronize, reopened]
push: # This will now trigger on all pushes to all branches
push:

env:
REGISTRY: ghcr.io
IMAGE_NAME: consoleCICD

jobs:
shellcheck:
name: Shellcheck
Expand All @@ -19,6 +18,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
severity: error
scandir: './automatic-deployment-CICD-template' # Only scan your project directory

bats:
strategy:
Expand Down

0 comments on commit 1bac3fa

Please sign in to comment.