Skip to content

Commit

Permalink
[core] Ignore create_lxc.sh at validate filename (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Feb 5, 2025
1 parent 819d3ff commit 1bf4f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-filenames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
id: check-scripts
run: |
CHANGED_FILES=$(printf "%s\n" ${{ steps.changed-files.outputs.files }} | { grep -E '^(ct|install)/.*\.sh$' || true; })
CHANGED_FILES=$(echo "$CHANGED_FILES" | grep -v 'ct/create_lxc.sh' || true)
NON_COMPLIANT_FILES=""
for FILE in $CHANGED_FILES; do
Expand Down

0 comments on commit 1bf4f6b

Please # to comment.