Merge branch 'main' of github.com:sinaatalay/rendercv

This commit is contained in:
Sina Atalay 2023-10-16 19:57:42 +02:00
commit 723ded5b23
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: lint ${{ matrix.python-version }} name: Lint with Py${{ matrix.python-version }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -31,7 +31,7 @@ jobs:
continue-on-error: true continue-on-error: true
test: test:
name: test ${{ matrix.python-version }} on ${{ matrix.os }} name: Test with Py${{ matrix.python-version }} on ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false

View File

@ -1,6 +1,6 @@
# RenderCV # RenderCV
[![CI](https://github.com/sinaatalay/rendercv/actions/workflows/ci.yaml/badge.svg)](https://github.com/sinaatalay/rendercv/actions/workflows/ci.yaml) [![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) [![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. A Python application that creates CVs in PDF, HTML, LaTeX, etc., from a JSON/YAML input file.