Skip to content

Commit

Permalink
Merge pull request #1052 from dandi/gh-1051
Browse files Browse the repository at this point in the history
Clone entire repo in "Lint" action
  • Loading branch information
yarikoptic committed Jul 8, 2022
2 parents b5f4e12 + b8a7bef commit ddf46f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Set up environment
uses: actions/checkout@v1
with: # no need for the history
fetch-depth: 1
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ddf46f2

Please sign in to comment.