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 5669701 commit acad9eaCopy full SHA for acad9ea
.github/workflows/lint.yml
@@ -55,8 +55,6 @@ jobs:
55
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no typo check') }}
56
steps:
57
- uses: actions/checkout@v4
58
- with:
59
- fetch-depth: 0
60
- name: Get Changed Files (Compare with Main)
61
id: get_changed_files
62
run: |
0 commit comments