Skip to content

Commit bde982e

Browse files
Minor edits (#239)
* doc : minor edit in image size * doc : minor edit in image size * doc : codacy badge bug fixed * fix : action version updated
1 parent 120b5ae commit bde982e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
os: [ubuntu-22.04, windows-2022, macOS-13]
2929
python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0]
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Installation

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
2-
<img src="https://github.com/ECSIM/opem/raw/master/otherfile/logo.png" width=320px>
2+
<img src="https://github.com/ECSIM/opem/raw/master/otherfile/logo.png" width="320">
33
<br/>
4-
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" /></a>
5-
<a href="https://codecov.io/gh/ECSIM/opem"><img src="https://codecov.io/gh/ECSIM/opem/branch/master/graph/badge.svg" /></a>
4+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3"></a>
5+
<a href="https://codecov.io/gh/ECSIM/opem"><img src="https://codecov.io/gh/ECSIM/opem/branch/master/graph/badge.svg"></a>
66
<a href="https://badge.fury.io/py/opem"><img src="https://badge.fury.io/py/opem.svg" alt="PyPI version"></a>
77
<a href="https://github.com/ECSIM/opem"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/ECSIM/opem"></a>
88
<a href="https://anaconda.org/ECSIM/opem"><img src="https://anaconda.org/ecsim/opem/badges/version.svg"></a>
@@ -55,8 +55,8 @@ Modeling and simulation of proton-exchange membrane fuel cells (PEMFC) may work
5555
<table>
5656
<tr>
5757
<td align="center">Code Quality</td>
58-
<td align="center"><a href="https://www.codacy.com/gh/ECSIM/opem/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ECSIM/opem&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/7e8bf5e11c0b455da3807ee4e493713e"/></a></td>
59-
<td align="center"><a href="https://www.codefactor.io/repository/github/ecsim/opem"><img src="https://www.codefactor.io/repository/github/ecsim/opem/badge" alt="CodeFactor" /></a></td>
58+
<td align="center"><a href="https://app.codacy.com/gh/ECSIM/opem/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img src="https://app.codacy.com/project/badge/Grade/7e8bf5e11c0b455da3807ee4e493713e"></a></td>
59+
<td align="center"><a href="https://www.codefactor.io/repository/github/ecsim/opem"><img src="https://www.codefactor.io/repository/github/ecsim/opem/badge" alt="CodeFactor"></a></td>
6060
</tr>
6161
</table>
6262

@@ -1498,5 +1498,5 @@ Give a ⭐️ if this project helped you!
14981498
14991499
If you do like our project and we hope that you do, can you please support us? Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .
15001500

1501-
<a href="https://www.ecsim.site/opem/donate.html" target="_blank"><img src="http://www.ecsim.site/images/Donate-Button.png" height="90px" width="270px" alt="OPEM Donation"></a>
1501+
<a href="https://www.ecsim.site/opem/donate.html" target="_blank"><img src="http://www.ecsim.site/images/Donate-Button.png" width="270" alt="OPEM Donation"></a>
15021502

0 commit comments

Comments
 (0)