Skip to content

Commit d4b131a

Browse files
Fix typo and update badge
1 parent e6dc965 commit d4b131a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: vendor/bin/phpunit
4747

4848
- name: Run static analysis
49-
run: vendir/bin/psalm
49+
run: vendor/bin/psalm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TestFs
22

3-
![Run tests](https://github.com/christeredvartsen/testfs/workflows/Run%20tests/badge.svg)
3+
[![CI](https://github.com/christeredvartsen/testfs/actions/workflows/ci.yml/badge.svg)](https://github.com/christeredvartsen/testfs/actions/workflows/ci.yml)
44

55
Virtual filesystem for PHP for use with testing, implemented using a stream wrapper.
66

0 commit comments

Comments
 (0)