File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # This workflow will install Python dependencies, run tests and lint with a single version of Python
2- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3-
4- name : " pylint"
1+ name : " CI"
52
63on :
74 push :
8- branches : [main ]
5+ branches : [dev ]
96 pull_request :
107 branches : [main]
118
4037 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4138 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4239
40+ - name : Test with pytest
41+ run : |
42+ pytest
43+
4344 # - name: Build and push Docker Image
4445 # uses: mr-smithers-excellent/docker-build-push@v5
4546 # with:
Original file line number Diff line number Diff line change 1414 <a href =" https://twitter.com/brootware " ><img src =" https://img.shields.io/twitter/follow/brootware?style=social " alt =" Twitter Follow " ></a >
1515 <img alt =" PyPI - Python Version " src =" https://img.shields.io/pypi/pyversions/pyredactkit " > <img alt =" PyPI " src =" https://img.shields.io/pypi/v/pyredactkit " >
1616 <a href =" https://sonarcloud.io/summary/new_code?id=brootware_PyRedactKit " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=brootware_PyRedactKit&metric=alert_status " alt =" reliability rating " ></a >
17- <img alt =" GitHub Workflow Status " src =" https://img.shields.io/github/workflow/status/brootware/pyredactkit/pylint ?label=pylint " >
17+ <img alt =" GitHub Workflow Status " src =" https://img.shields.io/github/workflow/status/brootware/pyredactkit/ci ?label=ci " >
1818</p >
1919
2020## Features
You can’t perform that action at this time.
0 commit comments