Skip to content

Commit

Permalink
Merge pull request #4 from pegasystems/feature/github-actions
Browse files Browse the repository at this point in the history
Add checkout step to shell-check action
  • Loading branch information
feenr authored Jul 30, 2024
2 parents 903eca7 + cd30c15 commit 2a4ad2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Run Shell Check

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand All @@ -14,6 +15,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Shellcheck scripts
run: |
scversion="stable"
Expand Down

0 comments on commit 2a4ad2c

Please sign in to comment.