mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 08:04:18 +02:00
Use GitHub Actions badge in README (#120)
* Use GitHub Actions badge in README * Use badge for build workflow * Rename default workflow to build
This commit is contained in:
parent
3262d45d82
commit
c0fd593c00
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Go
|
||||
name: build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Glow
|
||||
|
||||
[](https://godoc.org/github.com/charmbracelet/glow) [](https://travis-ci.org/charmbracelet/glow) [](http://goreportcard.com/report/charmbracelet/glow)
|
||||
[](https://godoc.org/github.com/charmbracelet/glow) [](https://github.com/charmbracelet/glow/actions) [](http://goreportcard.com/report/charmbracelet/glow)
|
||||
|
||||
Render markdown on the CLI, with _pizzazz_!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue