Skip to content

Commit 208416e

Browse files
committed
Update workflow name and add badge for passing/failing tests to Readme
1 parent 9f94578 commit 208416e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: pyTest 3.9 - 3.13
4+
name: "pyTest 3.9-3.13"
55

66
on:
77
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ProcessingNodes
22

3+
[![pyTest 3.9-3.13](https://github.com/ClinicalNeurotechnologyLab/ProcessingNodes/actions/workflows/python-package.yml/badge.svg)](https://github.com/ClinicalNeurotechnologyLab/ProcessingNodes/actions/workflows/python-package.yml)
4+
35
> [!IMPORTANT]
46
> This project is currently at a very early stage. Fundamental and breaking changes may occur over the next releases.
57

0 commit comments

Comments
 (0)