We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca4db6 commit 2ed5b69Copy full SHA for 2ed5b69
.github/workflows/build.yaml
@@ -71,7 +71,7 @@ jobs:
71
# Temp globs
72
# The action will need to get this from inputs somehow
73
# This is cursed... we use `.[] | .` to remove quotes and any yaml formatting.
74
- readarray -t GLOBS < <(yq --null-input '["*.adoc", ".github/**"]' | yq '.[] | .')
+ readarray -t GLOBS < <(yq --null-input '["*.rs", ".cargo/**"]' | yq '.[] | .')
75
76
MATCHED="false"
77
for GLOB in "${GLOBS[@]}"; do
0 commit comments