Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 10, 2021
1 parent 27a1f9c commit a33a4d7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
make install-test
make install-lint
- name: Run Lint
uses: wearerequired/lint-action@v1.9.0
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
with:
github_token: ${{ secrets.github_token }}
black: ${{ matrix.python-version != '2.7' && matrix.python-version != '3.5' }}
flake8: true
git_email: "lint-action@django-clone.com"
auto_fix: ${{ matrix.python-version != '2.7' && matrix.python-version != '3.5' }}
- name: Run test
run: make tox
Expand Down

0 comments on commit a33a4d7

Please sign in to comment.