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
Copy file name to clipboardExpand all lines: docs/checks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2196,7 +2196,7 @@ test.yaml:12:5: "with" is only available for a reusable workflow call with "uses
2196
2196
|
2197
2197
12 | with:
2198
2198
| ^~~~~
2199
-
test.yaml:19:11: could not read reusable workflow file for "./.github/workflows/not-existing.yml": open /Users/rhysd/.go/src/github.com/rhysd/actionlint/.github/workflows/not-existing.yml: no such file or directory [workflow-call]
2199
+
test.yaml:19:11: could not read reusable workflow file for "./.github/workflows/not-existing.yml": open /path/to/repo/.github/workflows/not-existing.yml: no such file or directory [workflow-call]
0 commit comments