File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55
55
runs-on : ubuntu-latest
56
56
permissions :
57
57
contents : read
58
- if : |
59
- !contains(github.event.pull_request.labels.*.name, 'ci:skip') &&
60
- !contains(github.event.pull_request.labels.*.name, 'style:skip')
61
58
steps :
62
59
- name : " Checkout project"
63
60
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
82
79
# https://github.com/errata-ai/vale/issues/858
83
80
# Combine both file lists and convert them to a JSON array
84
81
# vale_files=$(echo -e "${rst_files}\n${python_files}" | jq -R . | jq -s .)
85
- vale_files=$(echo -e "${python_files }" | jq -R . | jq -s .)
82
+ vale_files=$(echo -e "${rst_files }" | jq -R . | jq -s .)
86
83
echo "files=$(jq -c <<< "${vale_files}")" >> "${GITHUB_OUTPUT}"
87
84
88
85
- uses : ansys/actions/doc-style@f044c670f4ade6e0cc77202c2b1c81f1f7acec2a # v10.0.16
You can’t perform that action at this time.
0 commit comments