Skip to content

Commit 81696aa

Browse files
committed
DOC: Add GitHub Actions badge
1 parent a9fb305 commit 81696aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ITKModuleTemplate
22
=================
33

4-
[![Build Status](https://dev.azure.com/InsightSoftwareConsortium/ITKModules/_apis/build/status/InsightSoftwareConsortium.ITKModuleTemplate?branchName=master)](https://dev.azure.com/InsightSoftwareConsortium/ITKModules/_build/latest?definitionId=19&branchName=master)
4+
![](https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/workflows/Build,%20test,%20package/badge.svg)
55

66
Overview
77
--------

{{cookiecutter.project_name}}/README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{{ cookiecutter.project_name }}
22
=================================
33

4-
.. image:: https://dev.azure.com/InsightSoftwareConsortium/ITKModules/_apis/build/status/{{ cookiecutter.project_name.lower() }}?branchName=master
5-
:target: https://dev.azure.com/InsightSoftwareConsortium/ITKModules/_build/latest?definitionId=8&branchName=master
4+
.. image:: https://github.com/InsightSoftwareConsortium/{{ cookiecutter.project_name }}/workflows/Build,%20test,%20package/badge.svg
65
:alt: Build Status
76

87
.. image:: https://img.shields.io/pypi/v/{{ cookiecutter.python_package_name }}.svg

0 commit comments

Comments
 (0)