diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0515427..4327f06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: lint: runs-on: ubuntu-latest - name: lint ${{ matrix.python-version }} + name: Lint with Py${{ matrix.python-version }} strategy: fail-fast: false matrix: @@ -31,7 +31,7 @@ jobs: continue-on-error: true test: - name: test ${{ matrix.python-version }} on ${{ matrix.os }} + name: Test with Py${{ matrix.python-version }} on ${{ matrix.os }} strategy: fail-fast: false diff --git a/README.md b/README.md index 55208b7..b6eebf4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RenderCV [![CI](https://github.com/sinaatalay/rendercv/actions/workflows/ci.yaml/badge.svg)](https://github.com/sinaatalay/rendercv/actions/workflows/ci.yaml) [![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv) - +[![pypi](https://img.shields.io/pypi/v/rendercv.svg)](https://pypi.python.org/pypi/rendercv) A Python application that creates CVs in PDF, HTML, LaTeX, etc., from a JSON/YAML input file.