Skip to content

Commit

Permalink
move test/lint back to PR and do not make a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Feb 24, 2021
1 parent 2049b42 commit 92607ed
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint and Test

on: [pull_request_target, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
lint_and_test:
Expand All @@ -14,14 +14,5 @@ jobs:
pip install -r requirements.txt
- name: Lint
run: pre-commit run --all-files
- name: Make PR
uses: peter-evans/create-pull-request@v3
with:
base: ${{ github.head_ref }}
body: |
Fix style/lint issues
delete-branch: true
reviewers: sumpfork
assignees: sumpfork
- name: Test
run: python setup.py test

0 comments on commit 92607ed

Please sign in to comment.