Skip to content

Commit

Permalink
Revert "Revert "Revert "Introduce tests for rule types (#185)" (#189)" (
Browse files Browse the repository at this point in the history
#191)"

This reverts commit 88077b1.
  • Loading branch information
rdimitrov committed Oct 22, 2024
1 parent 88077b1 commit ddf941f
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 3,135 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
# Iterate over all YAML files in the directory
for file in "$DIRECTORY"/*.yaml; do
echo "Checking file: $file"
# Skip .test.yaml and .test.yml files
if [[ "$file" == *".test.yaml" ]] || [[ "$file" == *".test.yml" ]]; then
echo "Skipping test file: $file"
continue
fi
# Extract the value of the "release_phase" field
release_phase_value=$(yq e '.release_phase' "$file")
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/test.yml

This file was deleted.

21 changes: 0 additions & 21 deletions Taskfile.yml

This file was deleted.

259 changes: 0 additions & 259 deletions go.mod

This file was deleted.

Loading

0 comments on commit ddf941f

Please sign in to comment.