File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
RELEASE_TOKEN : ${{ secrets.RELEASE_TOKEN }}
18
18
if : env.RELEASE_TOKEN != ''
19
+ shell : bash
19
20
run : echo "${RELEASE_TOKEN}" | gh auth login --with-token
20
21
- name : Enable auto-merge for Dependabot PRs
22
+ shell : bash
21
23
run : |
22
24
# Checking the PR title is a poor substitute for the actual PR changes
23
25
# but as long as this is used only with dependabot PRs,
Original file line number Diff line number Diff line change 18
18
- name : Check out
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
- name : Install YAMLLint
21
+ shell : bash
21
22
run : sudo pip install yamllint
22
23
- name : Run YAMLLint
24
+ shell : bash
23
25
run : " yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."
You can’t perform that action at this time.
0 commit comments