Skip to content

Commit 94e425d

Browse files
committed
Use standardized filename for test runner workflow
This is the template workflow filename, which is intended to serve as a unique identifier, and thus must be a bit more verbose.
1 parent 78c8d43 commit 94e425d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Run tests
33
on:
44
push:
55
paths:
6-
- ".github/workflows/test.yml"
6+
- ".github/workflows/test-go-task.ya?ml"
77
- "Taskfile.yml"
88
- "go.mod"
99
- "go.sum"
1010
- "**/*.go"
1111
- "**/testdata/**"
1212
pull_request:
1313
paths:
14-
- ".github/workflows/test.yml"
14+
- ".github/workflows/test-go-task.ya?ml"
1515
- "Taskfile.yml"
1616
- "go.mod"
1717
- "go.sum"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino Lint
22

3-
[![Tests Status](https://github.com/arduino/arduino-lint/workflows/Run%20tests/badge.svg)](https://github.com/arduino/arduino-lint/actions?workflow=Run+tests)
3+
[![Test Go status](https://github.com/arduino/arduino-lint/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/arduino-lint/actions/workflows/test-go-task.yml)
44
[![Test Integration status](https://github.com/arduino/arduino-lint/actions/workflows/test-go-integration-task.yml/badge.svg)](https://github.com/arduino/arduino-lint/actions/workflows/test-go-integration-task.yml)
55
[![Check Go status](https://github.com/arduino/arduino-lint/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/arduino-lint/actions/workflows/check-go-task.yml)
66
[![Check Code Generation status](https://github.com/arduino/arduino-lint/actions/workflows/check-code-generation-task.yml/badge.svg)](https://github.com/arduino/arduino-lint/actions/workflows/check-code-generation-task.yml)

0 commit comments

Comments
 (0)