Skip to content

Commit

Permalink
Fix workflow status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandrone committed May 3, 2020
1 parent 18a028d commit 8136e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# linelint

![.github/workflows/lint.yml](https://github.com/fernandrone/linelint/workflows/.github/workflows/lint.yml/badge.svg)
![lint](https://github.com/fernandrone/linelint/workflows/lint/badge.svg)
[![Build Status](https://cloud.drone.io/api/badges/fernandrone/linelint/status.svg)](https://cloud.drone.io/fernandrone/linelint)
[![Go Report Card](https://goreportcard.com/badge/github.com/fernandrone/linelint)](https://goreportcard.com/report/github.com/fernandrone/linelint)

Expand Down Expand Up @@ -105,6 +105,7 @@ Create a workflow file at your repository's Workflow folder, like `.github/workf
```
# .github/workflows/main.yml
on: [push]
name: lint

jobs:
linelint:
Expand Down

0 comments on commit 8136e0f

Please sign in to comment.