Skip to content

Commit df138a8

Browse files
authored
Renamed test and added badge - PR#11 from glenn2223
- Renamed the test action - Added the badge to the README
2 parents 8d87e29 + 9ab212b commit df138a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-on-pr.yml renamed to .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests on PR
1+
name: Tests
22
on:
33
pull_request:
44
branches:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Position (A JavaScript package)
22

3+
[![The result of the latest test run](https://github.com/TopMarksDevelopment/JavaScript.Position/actions/workflows/tests.yml/badge.svg)](https://github.com/TopMarksDevelopment/JavaScript.Position/actions/workflows/tests.yml)
4+
35
A small package to help position a floating element. This can be positioned relative to another elements' current screen position, or to a mouse event.
46

57
### Links

0 commit comments

Comments
 (0)