Skip to content

Commit 16aab8f

Browse files
author
samaid
committed
Fix badges
1 parent e300827 commit 16aab8f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Pages
1+
name: github pages
22
on:
33
push:
44
branches:

.github/workflows/mandelbrot_build_test_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mandelbrot build package
1+
name: mandelbrot package
22

33
on:
44
push:

.github/workflows/mcpi_build_test_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mcpi build package
1+
name: mcpi package
22

33
on:
44
push:

.github/workflows/python_style_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a workflow to format Python code with black formatter
22

3-
name: Python Code Style
3+
name: coding style
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Coding style](https://github.com/IntelPython/DPEP/actions/workflows/python_style_checks.yml/badge.svg?branch=main&event=push)
2+
![mcpi package](https://github.com/IntelPython/DPEP/actions/workflows/mcpi_build_test_upload.yml/badge.svg?branch=main&event=push)
23
![Mandelbrot package](https://github.com/IntelPython/DPEP/actions/workflows/mandelbrot_build_test_deploy.yml/badge.svg?branch=main&event=push)
3-
![Mandelbrot package](https://github.com/IntelPython/DPEP/actions/workflows/mandelbrot_build_test_deploy.yml/badge.svg?branch=main&event=push)
4-
![Documentation](https://github.com/IntelPython/DPEP/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main&event=push)
4+
![GitHub Pages](https://github.com/IntelPython/DPEP/actions/workflows/gh-pages.yml/badge.svg?branch=main&event=push)
55

66
# Data Parallel Extensions for Python*
77

0 commit comments

Comments
 (0)