Merge pull request #32 from lukevs/add-github-actions-to-pr

Add PR as a trigger for Github Actions
This commit is contained in:
Robert Miller 2021-07-26 10:50:03 -04:00 committed by GitHub
commit b3261fa903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Python package
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@ -90,7 +90,7 @@ pip install -r requirements_dev.txt
pre-commit install
```
6. Install pre-commit's dependencies and ensure it's working
6. Install pre-commit's dependencies and ensure that it's working
```
pre-commit run --all-files
```