You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# libraries-repository-engine
2
2
3
-
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml)
4
-
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-integration.yml)
5
-
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml)
3
+
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-task.yml)
4
+
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go-integration-task.yml)
5
+
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go-task.yml)
0 commit comments