Skip to content

Commit

Permalink
Remove stack-yaml-generated-is-valid pre-commit hook (#858)
Browse files Browse the repository at this point in the history
* Remove stack-yaml-generated-is-valid pre-commit hook

* Update CI
  • Loading branch information
YuryHrytsuk authored Oct 29, 2024
1 parent fda4dca commit 170a2a4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pre-commit install
- name: Run pre-commit
run: SKIP=stack-yml-generated-is-valid pre-commit run --all-files
run: pre-commit run --all-files
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,3 @@ repos:
always_run: true
language: script
files: '^(.*\/Makefile.*)|(.*\.deploy_everything_locally.bash)|(.*\/services/.*\/.*\.((sh)|(bash)))$'
- id: stack-yml-generated-is-valid
name: stack-yml-generated-is-valid
description: stack-yml-generated-is-valid
entry: 'scripts/pre-commit-hooks/stack-yml-generated-is-valid/launch.bash'
always_run: true
language: script
files: '^((.*)\/services\/simcore\/(.*))$'

This file was deleted.

68 changes: 0 additions & 68 deletions scripts/pre-commit-hooks/stack-yml-generated-is-valid/launch.bash

This file was deleted.

Empty file.

0 comments on commit 170a2a4

Please sign in to comment.