Skip to content

Commit 1293b8c

Browse files
committed
Use yamllint disable line length lint
1 parent ed01280 commit 1293b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ runs:
139139
- name: Install Python 3
140140
if: steps.pre-installed-python.outputs.python-path == ''
141141
id: new-python
142-
# v5.6.0
143-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
142+
# yamllint disable-line rule:line-length
143+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
144144
with:
145145
python-version: 3.x
146146
- name: Create Docker container action

0 commit comments

Comments
 (0)