Skip to content

Commit

Permalink
Update names of Github workflows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrg committed Jun 5, 2024
1 parent 98281e1 commit 2df66a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Analyze
name: analyze

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: lint

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: tests

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<h3 align="center">Go bindings and high-level HTML to PDF conversion interface.</h3>

<p align="center">
<a href="https://github.com/adrg/go-wkhtmltopdf/actions?query=workflow%3ACI">
<img alt="Build status" src="https://github.com/adrg/go-wkhtmltopdf/workflows/CI/badge.svg">
<a href="https://github.com/adrg/go-wkhtmltopdf/actions/workflows/tests.yml">
<img alt="Tests status" src="https://github.com/adrg/go-wkhtmltopdf/actions/workflows/tests.yml/badge.svg">
</a>
<a href="https://pkg.go.dev/github.com/adrg/go-wkhtmltopdf">
<img alt="pkg.go.dev documentation" src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white">
Expand Down

0 comments on commit 2df66a9

Please sign in to comment.