Merge pull request #32 from lukevs/add-github-actions-to-pr
Add PR as a trigger for Github Actions
This commit is contained in:
commit
b3261fa903
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Python package
|
name: Python package
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -90,7 +90,7 @@ pip install -r requirements_dev.txt
|
|||||||
pre-commit install
|
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
|
pre-commit run --all-files
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user