Skip to content

Commit 20e01ba

Browse files
authored
Apply suggestions from code review
1 parent 5ccb5b1 commit 20e01ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
163163
shell: bash
164164
- name: Set up pip cache
165+
# yamllint disable-line rule:line-length
165166
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
166167
with:
167168
path: ${{ steps.pip-cache-dir.outputs.dir }}
@@ -301,6 +302,7 @@ jobs:
301302
run: >-
302303
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
303304
- name: Set up pip cache
305+
# yamllint disable-line rule:line-length
304306
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
305307
with:
306308
path: ${{ steps.pip-cache-dir.outputs.dir }}

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178

179179
- name: Cache pre-commit.com virtualenvs
180180
if: inputs.toxenv == 'pre-commit'
181+
# yamllint disable-line rule:line-length
181182
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182183
with:
183184
path: ~/.cache/pre-commit
@@ -236,6 +237,7 @@ jobs:
236237
shell: bash
237238
- name: Set up pip cache
238239
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
240+
# yamllint disable-line rule:line-length
239241
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
240242
with:
241243
path: ${{ steps.pip-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)