Skip to content

Commit

Permalink
Update demisto-sdk pre-commit version (#27658)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner committed Jun 22, 2023
1 parent 47112e2 commit e7c2eba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-commit.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: Setup python
uses: actions/setup-python@v4
Expand All @@ -37,10 +36,8 @@ jobs:
- name: run pre-commit
run: |
source .venv/bin/activate
pip uninstall -y demisto-sdk
pip install demisto-sdk==1.15.5
npm install
demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure --verbose --sdk-ref v1.15.5
demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure --verbose
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit e7c2eba

Please sign in to comment.