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 186e84c commit a9be1de
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
@@ -1,8 +1,8 @@
<h1 align="center">strutil</h1>

<p align="center">
<a href="https://github.com/adrg/strutil/actions?query=workflow%3ACI">
<img alt="Build status" src="https://github.com/adrg/strutil/workflows/CI/badge.svg" />
<a href="https://github.com/adrg/strutil/actions/workflows/tests.yml">
<img alt="Tests status" src="https://github.com/adrg/strutil/actions/workflows/tests.yml/badge.svg">
</a>
<a href="https://codecov.io/gh/adrg/strutil">
<img alt="Code coverage" src="https://codecov.io/gh/adrg/strutil/branch/master/graphs/badge.svg?branch=master" />
Expand Down

0 comments on commit a9be1de

Please sign in to comment.