Skip to content

Commit

Permalink
ci: update lint settings in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lw5577 authored and 3fuyang committed Nov 14, 2023
1 parent 0305e6b commit 68d7df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
# Assume PRs are less than 20 commits
fetch-depth: 20

- name: Get all changed markdown files
id: changed-markdown-files
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: true
since_last_remote_commit: false
files: |
**.md
Expand Down

0 comments on commit 68d7df0

Please sign in to comment.