Skip to content

Commit c82dedf

Browse files
committed
Use standardized filenames for GitHub Actions workflows
These are the "template" workflow filenames, which are intended to serve as a unique identifier within a collection that might include multiple related variants, and thus must be a bit more verbose.
1 parent cd44b7d commit c82dedf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/check-go.yml renamed to .github/workflows/check-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Check Go
44
on:
55
push:
66
paths:
7-
- ".github/workflows/check-go.yml"
7+
- ".github/workflows/check-go-task.yml"
88
- "Taskfile.yml"
99
- "go.mod"
1010
- "go.sum"
1111
- "**.go"
1212
pull_request:
1313
paths:
14-
- ".github/workflows/check-go.yml"
14+
- ".github/workflows/check-go-task.yml"
1515
- "Taskfile.yml"
1616
- "go.mod"
1717
- "go.sum"

.github/workflows/test-integration.yml renamed to .github/workflows/test-go-integration-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Test Integration
44
on:
55
push:
66
paths:
7-
- ".github/workflows/test-integration.yml"
7+
- ".github/workflows/test-go-integration-task.yml"
88
- "Taskfile.yml"
99
- "**.go"
1010
- "go.mod"
@@ -14,7 +14,7 @@ on:
1414
- "test/**"
1515
pull_request:
1616
paths:
17-
- ".github/workflows/test-integration.yml"
17+
- ".github/workflows/test-go-integration-task.yml"
1818
- "Taskfile.yml"
1919
- "**.go"
2020
- "go.mod"

.github/workflows/test-go.yml renamed to .github/workflows/test-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ name: Test Go
44
on:
55
push:
66
paths:
7-
- ".github/workflows/test-go.yml"
7+
- ".github/workflows/test-go-task.yml"
88
- "go.mod"
99
- "go.sum"
1010
- "Taskfile.yml"
1111
- "**/testdata/**"
1212
- "**.go"
1313
pull_request:
1414
paths:
15-
- ".github/workflows/test-go.yml"
15+
- ".github/workflows/test-go-task.yml"
1616
- "go.mod"
1717
- "go.sum"
1818
- "Taskfile.yml"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# libraries-repository-engine
22

3-
[![Test Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml)
4-
[![Integration Test status](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-integration.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-integration.yml)
5-
[![Check Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml)
3+
[![Test Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-task.yml)
4+
[![Integration Test status](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-integration-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-integration-task.yml)
5+
[![Check Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go-task.yml)
66
[![Check Prettier Formatting status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml)
77
[![Check Taskfiles status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-taskfiles.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-taskfiles.yml)
88
[![Spell Check status](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml)

0 commit comments

Comments
 (0)