We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b83e88 commit fbd1c70Copy full SHA for fbd1c70
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
+ with:
21
+ fetch-depth: 1
22
23
- name: Install `yamllint`
24
run: pip install --requirement=.github/workflows/requirements.txt
0 commit comments