mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 10:12:18 +00:00
Make matrix chat badge clickable
This commit is contained in:
parent
02179794cd
commit
3b21d026e2
2 changed files with 3 additions and 1 deletions
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
|
|
@ -2,6 +2,8 @@ name: goreleaser
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Queue-agnostic background job library for Go, with a pleasant API and powerful features.
|
||||
|
||||
[](https://pkg.go.dev/github.com/acaloiaro/neoq) 
|
||||
[](https://pkg.go.dev/github.com/acaloiaro/neoq) [Matrix Chat <img src="https://img.shields.io/matrix/neoq%3Amatrix.org">](https://matrix.to/#/%23neoq:matrix.org)
|
||||
|
||||
# Getting Started
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue