Skip to content

Commit 31be67c

Browse files
committed
Fixed GIthub Actions Name&MyPy Reqs and Added Cool Badge
1 parent 1b5322f commit 31be67c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Chrome-Fingerprints Tests
1+
name: Tests & Linting
22

33
on:
44
- push

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Chrome-Fingerprints v1.0
2+
![Tests & Linting](https://github.com/Vinyzu/chrome-fingerprints/actions/workflows/tests.yml/badge.svg)
23

34
#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.
45
#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ basepython = python3.10
2828
deps =
2929
-r{toxinidir}/requirements-test.txt
3030
commands =
31-
mypy --install-types
3231
mypy .

0 commit comments

Comments
 (0)