File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The added benefit is that this is _much_ less error prone: e.g. your documentati
1717 You're maintaining a Python package, and someone wants to make a change to your code.
1818 Without CI, you'll have to test their changes locally: did they install/run the `pre-commit`?
1919 Are the tests passing for the Python versions you support?
20- Ain 't nobody got time for that!
20+ Let's be real: ain 't nobody got time for that!
2121
2222## How
2323
@@ -78,3 +78,8 @@ Each workflow run shows:
7878
7979If a workflow fails, you can click into it to see which step failed and read the error messages to debug the issue.
8080
81+ !!! tip "Check your actions!"
82+
83+ Learning how to write GitHub actions can be a tutorial in itself.
84+ For now, go to your repository on GitHub, and click on the Actions tab.
85+ Explore the various actions that ran, and see what you can understand.
You can’t perform that action at this time.
0 commit comments