Skip to content

Commit

Permalink
Ignore all top-level files and all of .github/
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
issyl0 and Bo98 authored Feb 11, 2024
1 parent b642b46 commit 7ad1610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
#!/bin/bash
core_patches=$(git -C homebrew-core grep -h "Homebrew/formula-patches" | awk -F/ '{print $NF}' | tr -d '"')
all_patches=$(git ls-files | grep -v "LICENSE" | grep -v "README.md" | grep -v ".github/workflows/triage-issues.yml" | grep -v ".github/workflows/check-reference.yml")
all_patches=$(git ls-files -- '*/*' ':^.*/*')
status=0
for patch in $all_patches; do
Expand Down

0 comments on commit 7ad1610

Please sign in to comment.