Skip to content

Commit 46537a8

Browse files
committed
Remove CI badges
1 parent 0cb2f34 commit 46537a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PostCSS Parser Tests [![Build Status][ci-img]][ci]
1+
# PostCSS Parser Tests
22

33
<img align="right" width="95" height="95"
44
title="Philosopher’s stone, logo of PostCSS"
@@ -11,6 +11,9 @@ This project contains base tests for every [PostCSS] CSS parser, including:
1111

1212
These tests are useful for any CSS parser, not just parsers within the PostCSS ecosystem.
1313

14+
[PostCSS]: https://github.com/postcss/postcss
15+
16+
1417
## Cases
1518

1619
You can iterate through all test cases using the `cases.each` method:
@@ -33,6 +36,7 @@ If you create a non-PostCSS parser, just compare if the input CSS is equal to th
3336

3437
You can also get the path to some specific test cases using the `cases.path(name)` method.
3538

39+
3640
## Integration
3741

3842
Integration tests are packed into a Gulp task:
@@ -57,7 +61,3 @@ cases.real(css => {
5761
'http://browserhacks.com/'
5862
])
5963
```
60-
61-
[PostCSS]: https://github.com/postcss/postcss
62-
[ci-img]: https://github.com/postcss/postcss-parser-tests/actions/workflows/test.yml/badge.svg?branch=main
63-
[ci]: https://github.com/postcss/postcss-parser-tests/actions/workflows/test.yml?query=branch%3Amain+

0 commit comments

Comments
 (0)