Skip to content

Commit

Permalink
Merge pull request #354 from wochinge/fork-pycodestyle-fix
Browse files Browse the repository at this point in the history
fix pycodestyle for forks
  • Loading branch information
wochinge authored Nov 20, 2020
2 parents 3e0e7bc + cbbe6b5 commit 827240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Fetch entire history for current branch so that `make lint-docstrings`
# can calculate the proper diff between the branches
git pull --ff-only --unshallow origin "${{ github.head_ref }}"
git fetch --unshallow origin "${{ github.ref }}"
- name: Lint Code 🎎
run: |
Expand Down

0 comments on commit 827240f

Please sign in to comment.