File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 RELEASE_TOKEN : ${{ secrets.RELEASE_TOKEN }}
1818 if : env.RELEASE_TOKEN != ''
19+ shell : bash
1920 run : echo "${RELEASE_TOKEN}" | gh auth login --with-token
2021 - name : Enable auto-merge for Dependabot PRs
22+ shell : bash
2123 run : |
2224 # Checking the PR title is a poor substitute for the actual PR changes
2325 # but as long as this is used only with dependabot PRs,
Original file line number Diff line number Diff line change 1818 - name : Check out
1919 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Install JSLint
21+ shell : bash
2122 run : sudo npm install -g jslint
2223 - name : Run JSLint
24+ shell : bash
2325 run : jslint --browser javascripts/*.js
Original file line number Diff line number Diff line change 1818 - name : Check out
1919 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Install YAMLLint
21+ shell : bash
2122 run : sudo pip install yamllint
2223 - name : Run YAMLLint
24+ shell : bash
2325 run : " yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."
You can’t perform that action at this time.
0 commit comments