Skip to content

Commit 9ab215a

Browse files
author
rootware
committed
renamed to ci
1 parent c21b411 commit 9ab215a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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

63
on:
74
push:
8-
branches: [main]
5+
branches: [dev]
96
pull_request:
107
branches: [main]
118

@@ -40,6 +37,10 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

0 commit comments

Comments
 (0)