Skip to content

Commit

Permalink
Clone entire repo in "Lint" action
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 8, 2022
1 parent b5f4e12 commit b8a7bef
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 b8a7bef

Please sign in to comment.