Skip to content

Commit

Permalink
fix: action fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-reiff authored Apr 29, 2024
1 parent f510050 commit 54f3d45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-terraform-release-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/pages-release.yml@main
secrets: inherit
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/pages-release.yml@v1.22.1
secrets: inherit
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
# Pre-Commit
#

# to allow re-use of terraform github actions
dependency-install-darwin-linux:
@:

dependency-pre-commit:
./ci/install-deps.sh
pre-commit install

pre-commit: dependency-pre-commit
pre-commit run --all-files

# to allow re-use of terraform github actions
pre-commit-no-terraform: pre-commit

#
# npm
#
Expand All @@ -31,3 +38,7 @@ clean-npm:
rm -f package-lock.json client/package-lock.json
npm install --save-dev
cd client; npm install --save-dev

run-tests:
npm install --save-dev
npm test

0 comments on commit 54f3d45

Please sign in to comment.