summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2021-02-22 09:43:36 -0300
committerHernan <hernan.grecco@gmail.com>2021-02-22 09:44:05 -0300
commit59b8b0a19385a710f41ff16253a37371b19a5647 (patch)
tree855082318cf0e918a6101e24ffcb228315190427 /.github
parent81f804602b912621da422f2f9bf984f891a269b4 (diff)
downloadpint-59b8b0a19385a710f41ff16253a37371b19a5647.tar.gz
Update bors.toml to GHA
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/docs.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dc52352..e8da0fc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]
jobs:
- test:
+ test-linux:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 5ed4fe7..726a7de 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -3,7 +3,7 @@ name: Documentation Build
on: [push, pull_request]
jobs:
- build:
+ docbuild:
runs-on: ubuntu-latest
steps:
@@ -43,4 +43,4 @@ jobs:
- name: Doc Tests
run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest
- \ No newline at end of file
+