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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# shaker-action
1
+
# shaker
2
2
3
3
This action uses [shaker](shaker) in your GitHub workflow to detect flakiness. If the job ends in failure, flakes were detected and errors will be reported.
4
4
@@ -12,7 +12,7 @@ Add the following code to your GitHub Actions workflow configuration
12
12
# Checks-out your repository under $GITHUB_WORKSPACE so Shaker can access it
0 commit comments