Skip to content

Commit

Permalink
Add shellcheck validation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Nov 9, 2022
1 parent 4994312 commit 2331a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jobs:
ci:
name: Validation
uses: cncsc/actions/.github/workflows/validation.yaml@main
additionalHomebrewPackages: shellcheck
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ repos:
language: system
types: [javascript]
stages: [push]
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.0.8
hooks:
- id: shellcheck

0 comments on commit 2331a18

Please sign in to comment.