Unverified Commit 99df98c2 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Rename pipelines so that they are better displayed (#526)

* Rename pipelines so that they are better displayed

* Update unittest.yml

* Update clang-format.yml

* Update clang-format.yml

* Update README.md

* Update runnable_submodules.yml

* Update README.md
parent db9573ce
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
clang-format:
runs-on: ubuntu-latest
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
cuda:
runs-on: ubuntu-latest
strategy:
......
......@@ -5,7 +5,7 @@ on:
types: [published]
jobs:
build:
deploy-docs:
runs-on: ubuntu-latest
strategy:
......
......@@ -5,7 +5,7 @@ on:
types: [published]
jobs:
build:
deploy-pypi:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
deploy-test-pypi:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
docs:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
flake8:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
mypy:
runs-on: ubuntu-latest
strategy:
......
name: runnable submodules
name: runnable-submodules
on:
pull_request:
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
runnable-submodules:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
stable-torch:
runs-on: ubuntu-latest
strategy:
......
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
tools:
runs-on: ubuntu-latest
strategy:
......
name: unit tests
name: unittests
on:
pull_request:
......@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'
jobs:
build:
unittests:
runs-on: ubuntu-latest
strategy:
......
......@@ -7,14 +7,16 @@ Metrics:
Checks:
[![Actions Status](https://github.com/aiqm/torchani/workflows/docs/badge.svg)](https://github.com/aiqm/torchani/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/aiqm/torchani/badge/master)](https://www.codefactor.io/repository/github/aiqm/torchani/overview/master)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/aiqm/torchani.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/aiqm/torchani/alerts/)
[![Actions Status](https://github.com/aiqm/torchani/workflows/flake8/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/clang-format/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/mypy/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/runnable%20submodules/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/unittests/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/cuda/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/docs/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/runnable-submodules/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/tools/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/unit%20tests/badge.svg)](https://github.com/aiqm/torchani/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/aiqm/torchani/badge/master)](https://www.codefactor.io/repository/github/aiqm/torchani/overview/master)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/aiqm/torchani.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/aiqm/torchani/alerts/)
Deploy:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment