Skip to content

Commit f783127

Browse files
committed
ci: Update status badge
1 parent 548ca40 commit f783127

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package_lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Lint and test Python package
4+
name: CI
55

66
on:
77
push:

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ A priority queue dictionary maps hashable objects (keys) to priority-determining
55

66
Works with Python 2.7+, 3.4+, and PyPy.
77

8-
.. image:: https://travis-ci.org/nvictus/priority-queue-dictionary.png?branch=master
9-
:target: https://travis-ci.org/nvictus/priority-queue-dictionary
10-
:alt: CI Build State
8+
.. image:: https://github.com/nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml/badge.svg
9+
:target: https://github.com/nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml
10+
:alt: CI
1111

1212
.. image:: https://readthedocs.org/projects/pqdict/badge/?version=latest
1313
:target: https://readthedocs.org/projects/pqdict/

0 commit comments

Comments
 (0)