Skip to content

Commit

Permalink
Fixed GIthub Actions Name&MyPy Reqs and Added Cool Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Dec 7, 2023
1 parent 1b5322f commit 31be67c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Chrome-Fingerprints Tests
name: Tests & Linting

on:
- push
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Chrome-Fingerprints v1.0
![Tests & Linting](https://github.com/Vinyzu/chrome-fingerprints/actions/workflows/tests.yml/badge.svg)

#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.
#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ basepython = python3.10
deps =
-r{toxinidir}/requirements-test.txt
commands =
mypy --install-types
mypy .

0 comments on commit 31be67c

Please sign in to comment.