Skip to content

Commit a320b9c

Browse files
committed
docs: Update build badge in readme
1 parent a7fa72d commit a320b9c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

readme.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ a project gradually towards a new config, (e.g. adding a new rule from the lates
66
of your linter). Another case were this is beneficial is were you do not want to break a
77
build when updating the linter.
88

9-
[![Build status][build-badge]][build-link] [![Build status][appveyor-badge]][appveyor-link] [![Join the conversation at gitter][gitter-badge]][gitter-link]
10-
9+
[![Build status](https://github.com/relekang/lint-filter/actions/workflows/main.yml/badge.svg)](https://github.com/relekang/lint-filter/actions/workflows/main.yml)
1110
## Installation
1211

1312
```
@@ -113,11 +112,4 @@ Firstly, all contributions is super appreciated :sparkles:
113112

114113
If you have questions, bug report or feature requests you are encouraged to drop by our [gitter channel][gitter-link] and say hi. If you are comfortable with it bug reports in form of a pull-request with a broken test would be awesome. *Unsure about where the test belong?* Then create a new file in the test folder with your test. *Unsure about how to do create a pr?* You can check out [How to create a Pull Request on GitHub][pr-tutorial-link], a video tutorial by @kentcdodds or drop by the [gitter channel][gitter-link] and ask for help.
115114

116-
[build-link]: https://circleci.com/gh/relekang/lint-filter/tree/master
117-
[build-badge]: https://circleci.com/gh/relekang/lint-filter/tree/master.svg?style=svg
118-
[coverage-badge]: https://ci.frigg.io/relekang/lint-filter/coverage.svg
119-
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/0wwd6j3aehsg6ntv?svg=true
120-
[appveyor-link]: https://ci.appveyor.com/project/relekang/lint-filter
121-
[gitter-link]: https://gitter.im/relekang/lint-filter
122-
[gitter-badge]: https://badges.gitter.im/relekang/lint-filter.svg
123115
[pr-tutorial-link]: https://egghead.io/lessons/javascript-how-to-create-a-pull-request-on-github

0 commit comments

Comments
 (0)